API structure has changed
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
-
application/json content type Modified
GET /cleaning_runs/{cleaningRunId}/nextRoom
- Response
-
200 response Modified
-
application/json content type Modified
- occupied property Added
-
application/json content type Modified
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
-
application/json content type Modified
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
-
application/json content type Modified
POST /cleaning_runs
- Body
-
application/json content type Modified
-
startingRoom property Modified
- occupied property Added
-
startingRoom property Modified
- Response
-
201 response Modified
-
application/json content type Modified
- startingRoom property Modified
-
application/json content type Modified
POST /rooms
- Body
-
application/json content type Modified
- occupied property Added
- Response
-
201 response Modified
-
application/json content type Modified
- occupied property Added
-
application/json content type Modified
PUT /rooms/{roomId}
- Body
-
application/json content type Modified
- occupied property Added
- Response
-
200 response Modified
-
application/json content type Modified
- occupied property Added
-
application/json content type Modified