API structure has changed
5 structure changes including:
1 Breaking change
4 Modifications
1 Removal
Modified
4
Breaking
GET /public/v1/projects/{projectId}/submittals
- Response
-
200 response Modified
- */* content type Modified
GET /public/v1/projects/{projectId}/submittals/{submittalId}
- Response
-
200 response Modified
-
*/* content type Modified
- submittal property Added
-
*/* content type Modified
POST /public/v1/projects/{projectId}/submittals
- Body
-
application/json content type Modified
- Submittal property Added
- Response
-
200 response Modified
-
*/* content type Modified
-
Type is no longer
objectBreaking
- SubmittalResponse property Removed
-
Type is no longer
-
*/* content type Modified
PUT /public/v1/projects/{projectId}/submittals/{submittalId}
- Body
-
application/json content type Modified
- submittalResponses, submittalLinkedActivities properties Modified
- Response
-
200 response Modified
-
*/* content type Modified
-
Type is no longer
objectBreaking
- SubmittalResponse property Removed
-
Type is no longer
-
*/* content type Modified
Removed
1
Breaking
Api keyauthentication method
- Removing a resource is always breaking unless it was deprecated before Breaking