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

Oct 15, 2024

main
0.0.0
Compare

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 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