API structure has changed
4 structure changes including:
4 Modifications
Modified
4
Breaking
GET /widgets
- Response
-
429 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
- 400 response Added
GET /widgets/{id}
- Response
-
200 response Modified
- application/json content type Added
- 404 response Added
POST /widgets
- Response
-
400 response Modified
-
application/problem+json content type Modified
-
errors property Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- title, detail, status, instance properties Added
-
errors property Removed
-
application/problem+json content type Modified
PUT /widgets/{id}
- Response
-
200 response Modified
- application/json content type Added
- 400, 404 responses Added
- Body
- application/json content type Added