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

Mar 18, 2024

dev
0.0.4-dev.365
Compare
0.0.4-dev.365

API structure has changed

19 structure changes including:
19 Modifications
Modified 19 Breaking
GET /v1/auth/accounts
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
GET /v1/companies/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
GET /v1/company/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • settings property Modified
GET /v1/company/{slug}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • settings property Modified
GET /v1/custom-field-responses/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • fields property Modified
GET /v1/custom-fields/
  • Query
  • sort query parameter Modified
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
GET /v1/custom-fields/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • description, required, defaultValue, order properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
GET /v1/families/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
GET /v1/families/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • invitationStatus property Added
PATCH /v1/company
  • Response
  • 200 response Modified
    • application/json content type Modified
      • settings property Modified
PATCH /v1/company/settings
  • Response
  • 200 response Modified
    • application/json content type Modified
      • settings property Modified
PATCH /v1/custom-field-responses/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • fields property Modified
PATCH /v1/custom-fields/{id}
  • Body
  • application/json content type Modified
    • description, required, defaultValue, order properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • Response
  • 200 response Modified
    • application/json content type Modified
      • description, required, defaultValue, order properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
PATCH /v1/families/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • invitationStatus property Added
POST /v1/custom-fields/
  • Body
  • application/json content type Modified
    • description, required, defaultValue, order properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • Response
  • 200 response Modified
    • application/json content type Modified
      • description, required, defaultValue, order properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
POST /v1/families/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • invitationStatus property Added
POST /v1/families/{id}/archive
  • Response
  • 200 response Modified
    • application/json content type Modified
      • invitationStatus property Added
POST /v1/families/{id}/restore
  • Response
  • 200 response Modified
    • application/json content type Modified
      • invitationStatus property Added
POST /v1/families/{id}/unarchive
  • Response
  • 200 response Modified
    • application/json content type Modified
      • invitationStatus property Added