API structure has changed
7 structure changes including:
7 Modifications
Modified
7
Breaking
DELETE /rooms/refills/{refillId}
- Path went from
/rooms/refills/{id}to/rooms/refills/{refillId}(same operationId) - Path
-
id path 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
- Query
- id query parameter Added
DELETE /rooms/{roomId}
- Path went from
/rooms/{id}to/rooms/{roomId}(same operationId) - Path
-
id path 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
- Query
- id query parameter Added
GET /rooms/refills
- Response
-
200 response Modified
- application/json content type Modified
GET /rooms/refills/{refillId}
- Path went from
/rooms/refills/{id}to/rooms/refills/{refillId}(same operationId) - 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
- 404 response Added
- Path
-
id path 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
- refillId path parameter Added
- Query
- roomId query parameter Added
GET /rooms/{roomId}
- Path went from
/rooms/{id}to/rooms/{roomId}(same operationId) - Path
-
id path 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
- Query
- id query parameter Added
POST /rooms/refills
- 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
- Query
- roomId query parameter Added
PUT /rooms/{roomId}
- Path went from
/rooms/{id}to/rooms/{roomId}(same operationId) - Path
-
id path 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
- Query
- id query parameter Added