API structure has changed
12 structure changes including:
1 Breaking change
5 Additions
6 Modifications
1 Removal
Modified
6
Breaking
DELETE /users/{userId}
- Query
-
id query parameter Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- Path
- userId path parameter Added
GET /cleaning_runs
- Response
-
200 response Modified
- application/json content type Modified
GET /tasks/{taskId}
- Query
-
id query parameter Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- Path
- taskId path parameter Added
GET /users/{userId}
- Query
-
id query parameter Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- Path
- userId path parameter Added
POST /cleaning_runs
- Body
-
application/json content type Modified
-
id property Modified
-
Full types went from
string(uuid)tostring(uuid) | null
-
id property Modified
-
Full types went from
string(uuid)tostring(uuid) | null
-
Full types went from
-
Full types went from
-
date property Modified
-
Full types went from
string(date-time)tostring(date-time) | null
-
date property Modified
-
Full types went from
string(date-time)tostring(date-time) | null
-
Full types went from
-
Full types went from
- phase property Added
-
id property Modified
- Response
-
200 response Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- 201 response Added
PUT /users/{userId}
- Query
-
id query parameter Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- Path
- userId path parameter Added
Removed
1
Breaking
GET /cleaning_runs/{cleaningRunId}
- Removing a resource is always breaking unless it was deprecated before Breaking
Added
5
GET /cleaning_runs/{cleaningRunId}
GET /tasks/{taskId}/rooms
GET /users/me
PATCH /cleaning_runs/{cleaningRunId}/phase
PUT /tasks/{taskId}/rooms