Change Updates

Do not miss any Backend API changes, ever again

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

RSS

12 days ago

main
v1.0.0
Compare

API structure has changed

3 structure changes including:
1 Breaking change
2 Modifications
1 Removal
Modified 2 Breaking
GET /api/v1/swap-requests/{id}/chat
  • Response
  • 200 response Modified
    • */* content type Modified
      • imageUrls property Added
POST /api/v1/swap-requests/{id}/chat
  • Response
  • 201 response Modified
    • */* content type Modified
      • imageUrls property Added
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Query
  • request query parameter Added
Removed 1 Breaking
PUT /api/v1/swap-requests/{id}/chat/mark-read
  • Removing a resource is always breaking unless it was deprecated before
    Breaking