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

Jan 26, 2024

dev
0.0.4-dev.257
Compare
0.0.4-dev.257

API structure has changed

5 structure changes including:
5 Modifications
Modified 5 Breaking
GET /v1/contacts/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
GET /v1/contacts/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • phone property Modified
        • Property is now required
          Breaking
      • phonesCount property Modified
        • Full types went from string to number
          Breaking
        • Property is now required
          Breaking
PATCH /v1/contacts/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • phone property Modified
        • Property is now required
          Breaking
      • phonesCount property Modified
        • Full types went from string to number
          Breaking
        • Property is now required
          Breaking
POST /v1/contacts/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • phone property Modified
        • Property is now required
          Breaking
      • phonesCount property Modified
        • Full types went from string to number
          Breaking
        • Property is now required
          Breaking
POST /v1/contacts/{id}/restore
  • Response
  • 200 response Modified
    • application/json content type Modified
      • phone property Modified
        • Property is now required
          Breaking
      • phonesCount property Modified
        • Full types went from string to number
          Breaking
        • Property is now required
          Breaking