API structure has changed
6 structure changes including:
3 Breaking changes
3 Additions
1 Modification
2 Removals
Modified
1
Breaking
PUT /api/v1.0/engagements/{engagementSid}/journal-entries/command/reject/bulk
- Path went from
/journalRejected
to/api/v1.0/engagements/{engagementSid}/journal-entries/command/reject/bulk
(same operationId)Breaking - Verb went from
POST
toPUT
(same operationId)Breaking - Body
-
application/json content type Modified
- rejectedDate property Removed
- journalGuids property Added
- Response
-
200 response Modified
- application/json content type Added
- Path
-
journalId path parameter Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- Authentication
-
O auth 2.0 authorization code with pkce & Adra personal access token authentication method Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- Adra oauth code pkce & Adra personal access token authentication method Added
Removed
2
Breaking
GET /api/v1.0/engagements/{engagementSid}/journal-entries
- Removing a resource is always breaking unless it was deprecated before Breaking
POST journalPosted
webhook
- Removing a resource is always breaking unless it was deprecated before Breaking
Added
3
GET /api/v1.0/engagements/{engagementSid}/journal-entries
PUT /api/v1.0/engagements/{engagementSid}/journal-entries/command/pendingpost/bulk
PUT /api/v1.0/engagements/{engagementSid}/journal-entries/command/post/bulk