Change Updates

Do not miss any Class Manager API changes, ever again

Subscribe to the Class Manager API changelog to be up to date on recent changes.

RSS

Jul 31, 2024

dev
0.0.4-dev.720
Compare
0.0.4-dev.720

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
  • messageId path parameter Added
POST /v1/messages/send
  • Path went from /v1/messages/{id}/send to /v1/messages/send (same operationId)
    Breaking
  • Path
  • id path parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Body
  • application/json content type Added