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

Dec 23, 2024

dev
0.0.14-dev.3
Compare
0.0.14-dev.3

API structure has changed

8 structure changes including:
8 Modifications
Modified 8 Breaking
GET /v1/locations/
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • openTime, closeTime properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
GET /v1/locations/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • openTime, closeTime properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
GET /v1/rooms/
  • Query
  • includeArchived query parameter Added
POST /v1/locations/
  • Body
  • application/json content type Modified
    • openTime, closeTime properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • Response
  • 200 response Modified
    • application/json content type Modified
      • openTime, closeTime properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
POST /v1/locations/{id}/archive
  • Response
  • 200 response Modified
    • application/json content type Modified
      • openTime, closeTime properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
POST /v1/locations/{id}/restore
  • Response
  • 200 response Modified
    • application/json content type Modified
      • openTime, closeTime properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
POST /v1/locations/{id}/unarchive
  • Response
  • 200 response Modified
    • application/json content type Modified
      • openTime, closeTime properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
PUT /v1/locations/{id}
  • Body
  • application/json content type Modified
    • openTime, closeTime properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • Response
  • 200 response Modified
    • application/json content type Modified
      • openTime, closeTime properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking