Change Updates

Do not miss any Hotline API changes, ever again

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

RSS

11 days ago

main
1.0.0
Compare

API structure has changed

5 structure changes including:
2 Additions
3 Modifications
Modified 3 Breaking
GET /request-schemas/{schemaid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • header, query, body, cookie properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
POST /request-schemas
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • multipart/form-data content type Added
PUT /request-schemas/{schemaid}
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • multipart/form-data content type Added
Added 2
DELETE /request-schemas/{schemaid}/file/{filename}
GET /request-schemas/{schemaid}/file/{filename}