Change Updates

Do not miss any cleancontrol API changes, ever again

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

RSS

Feb 28, 2024

main
v1
Compare

API structure has changed

7 structure changes including:
7 Modifications
Modified 7 Breaking
DELETE /rooms/refills/{refillId}
  • Path went from /rooms/refills/{id} to /rooms/refills/{refillId} (same operationId)
  • Path
  • id path parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Query
  • id query parameter Added
DELETE /rooms/{roomId}
  • Path went from /rooms/{id} to /rooms/{roomId} (same operationId)
  • Path
  • id path parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Query
  • id query parameter Added
GET /rooms/refills
  • Response
  • 200 response Modified
    • application/json content type Modified
GET /rooms/refills/{refillId}
  • Path went from /rooms/refills/{id} to /rooms/refills/{refillId} (same operationId)
  • Response
  • 200 response Modified
    • application/json content type Modified
      • id property Modified
        • Full types went from string(uuid) to string(uuid) | null
  • 404 response Added
  • Path
  • id path parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • refillId path parameter Added
  • Query
  • roomId query parameter Added
GET /rooms/{roomId}
  • Path went from /rooms/{id} to /rooms/{roomId} (same operationId)
  • Path
  • id path parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Query
  • id query parameter Added
POST /rooms/refills
  • Response
  • 200 response Modified
    • application/json content type Modified
      • id property Modified
        • Full types went from string(uuid) to string(uuid) | null
  • Query
  • roomId query parameter Added
PUT /rooms/{roomId}
  • Path went from /rooms/{id} to /rooms/{roomId} (same operationId)
  • Path
  • id path parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Query
  • id query parameter Added