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

29 days ago

main
1.0.0
Compare

API structure has changed

13 structure changes including:
5 Breaking changes
3 Additions
7 Modifications
3 Removals
Modified 7 Breaking
DELETE /request-schemas/{schemaid}
  • Path went from /request-schemas/{schemaid}/file/{filename} to /request-schemas/{schemaid} (same operationId)
    Breaking
  • Path
  • filename path parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /request-schemas
  • Response
  • 200 response Modified
    • application/json content type Modified
      • schemas property Modified
        • title property Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
GET /request-schemas/{schemaid}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • Type went from object to string(binary)
        Breaking
      • title, files, updatedAt properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
GET /service-levels
  • Response
  • 200 response Modified
    • application/json content type Modified
      • routes property Modified
        • validation property Modified
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
POST /service-levels
  • Body
  • application/json content type Modified
    • validation property Modified
      • schemaId property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
PUT /request-schemas/{schemaid}
  • Path went from /request-schemas/{schemaid}/file/{filename} to /request-schemas/{schemaid} (same operationId)
    Breaking
  • Path
  • filename path parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
Removed 3 Breaking
DELETE /request-schemas/{schemaid}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /request-schemas/{schemaid}/file/{filename}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
PUT /request-schemas/{schemaid}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
Added 3
DELETE /request-validations/{routekey}
GET /request-validations
POST /request-validations