API structure has changed
2 structure changes including:
1 Breaking change
2 Modifications
Modified
2
Breaking
GET /v1/message-instances/{messageId}
- Path went from
/v1/message-instances/{message}to/v1/message-instances/{messageId}(same operationId) - Path
-
message 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
- messageId path parameter Added
POST /v1/messages/send
- Path went from
/v1/messages/{id}/sendto/v1/messages/send(same operationId)Breaking - Path
-
id 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
- Body
- application/json content type Added