3 structure changes including:
3 Modifications
Modified
3
DELETE /api
- Response
- 403 response Added
POST /api
- Response
- 403 response Added
PUT /api
- Response
- 403 response Added
1 structure change including:
1 Modification
Modified
1
Breaking
POST /api
- Body
-
application/json content type Modified
- expire property Added
- Response
-
201 response Modified
-
application/json content type Modified
-
status property Modified
-
Property is now required Breaking
-
Property is now required
-
status property Modified
-
application/json content type Modified
- 400, 401, 409 responses Added
3 structure changes including:
3 Breaking changes
3 Modifications
Modified
3
Breaking
DELETE /api
- Path is now
/api
(same operationId)Breaking
POST /api
- Path is now
/api
(same operationId)Breaking
PUT /api
- Path is now
/api
(same operationId)Breaking
4 structure changes including:
2 Additions
2 Modifications
Modified
2
Breaking
GET /{shortcode}
- Path went from
/{shortCode}
to/{shortcode}
(same operationId) - Path
-
shortcode path parameter Modified
-
Name went from
shortCode
toshortcode
Breaking
-
Name went from
POST
- Response
-
201 response Modified
-
application/json content type Modified
- status property Added
-
application/json content type Modified
- Authentication
-
Authorization, Auth authentication methods Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- Authorization with header, Authorization with query authentication methods Added
Added
2
DELETE
PUT