API structure has changed
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