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

Apr 10, 2024

main
v1
Compare

API structure has changed

Next change
10 structure changes including:
10 Modifications
Modified 10
GET /cleaning_runs
  • Response
  • 200 response Modified
    • application/json content type Modified
GET /cleaning_runs/{cleaningRunId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • startingRoom property Modified
GET /cleaning_runs/{cleaningRunId}/nextRoom
  • Response
  • 200 response Modified
    • application/json content type Modified
      • occupied property Added
GET /rooms
  • Response
  • 200 response Modified
    • application/json content type Modified
GET /rooms/{roomId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • occupied property Added
GET /tasks/{taskId}/rooms
  • Response
  • 200 response Modified
    • application/json content type Modified
PATCH /cleaning_runs/{cleaningRunId}/phase
  • Response
  • 200 response Modified
    • application/json content type Modified
      • startingRoom property Modified
POST /cleaning_runs
  • Body
  • application/json content type Modified
    • startingRoom property Modified
      • occupied property Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • startingRoom property Modified
POST /rooms
  • Body
  • application/json content type Modified
    • occupied property Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • occupied property Added
PUT /rooms/{roomId}
  • Body
  • application/json content type Modified
    • occupied property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • occupied property Added