API structure has changed
15 structure changes including:
7 Breaking changes
8 Additions
7 Removals
Removed
7
Breaking
DELETE /rooms/refills/{refillId}
- Removing a resource is always breaking unless it was deprecated before Breaking
DELETE /rooms/tasks/{roomId}
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /rooms/refills
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /rooms/refills/{refillId}
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /rooms/tasks
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /rooms/tasks/{roomId}
- Removing a resource is always breaking unless it was deprecated before Breaking
POST /rooms/refills
- Removing a resource is always breaking unless it was deprecated before Breaking
Added
8
DELETE /rooms/{roomId}/refills/{refillId}
DELETE /rooms/{roomId}/tasks/{taskId}
GET /cleaning_runs/{cleaningRunId}/nextRoom
GET /rooms/{roomId}/refills
GET /rooms/{roomId}/refills/{refillId}
GET /rooms/{roomId}/tasks
GET /rooms/{roomId}/tasks/{taskId}
POST /rooms/{roomId}/refills