Change Updates

Do not miss any short API changes, ever again

Subscribe to the short API changelog to be up to date on recent changes.

RSS

Changelog

Last update:
Compare
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
  • 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 to shortcode
      Breaking
POST
  • Response
  • 201 response Modified
    • application/json content type Modified
      • status property Added
  • Authentication
  • Authorization, Auth authentication methods Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Authorization with header, Authorization with query authentication methods Added
Added 2
DELETE
PUT