API structure has changed
14 structure changes including:
5 Breaking changes
9 Modifications
5 Removals
Modified
9
GET /cleaning_runs
- Response
-
200 response Modified
- application/json content type Modified
GET /cleaning_runs/{id}
- Response
-
200 response Modified
-
application/json content type Modified
- cleaners property Modified
-
application/json content type Modified
GET /products
- Response
-
200 response Modified
- application/json content type Modified
GET /products/{id}
- Response
-
200 response Modified
-
application/json content type Modified
-
id property Modified
-
Full types went from
string(uuid)tostring(uuid) | null
-
Full types went from
-
id property Modified
-
application/json content type Modified
GET /rooms/refills
- Response
-
200 response Modified
- application/json content type Modified
GET /rooms/refills/{refillId}
- Response
-
200 response Modified
-
application/json content type Modified
- item property Modified
-
application/json content type Modified
POST /cleaning_runs
- Body
-
application/json content type Modified
- cleaners property Modified
- Response
-
200 response Modified
-
application/json content type Modified
- cleaners property Modified
-
application/json content type Modified
POST /products
- 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
-
id property Modified
- Response
-
200 response Modified
-
application/json content type Modified
-
id property Modified
-
Full types went from
string(uuid)tostring(uuid) | null
-
Full types went from
-
id property Modified
-
application/json content type Modified
PUT /products/{id}
- 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
-
id property Modified
- Response
-
200 response Modified
-
application/json content type Modified
-
id property Modified
-
Full types went from
string(uuid)tostring(uuid) | null
-
Full types went from
-
id property Modified
-
application/json content type Modified
Removed
5
Breaking
DELETE /users/{id}
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /users
- Removing a resource is always breaking unless it was deprecated before Breaking
GET /users/{id}
- Removing a resource is always breaking unless it was deprecated before Breaking
POST /users
- Removing a resource is always breaking unless it was deprecated before Breaking
PUT /users/{id}
- Removing a resource is always breaking unless it was deprecated before Breaking