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 22, 2024

dev
0.0.4-dev.698
Compare
0.0.4-dev.698

API structure has changed

3 structure changes including:
3 Modifications
Modified 3 Breaking
GET /v1/messages/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
GET /v1/messages/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • id, companyId, type, subject, body, fromName, fromEmail, status, attachments properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • entity, stats properties Added
POST /v1/messages/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • sentAt property Added