Change Updates

Do not miss any Class Manager API changes, ever again

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

RSS

Jan 26, 2024

dev
0.0.4-dev.258
Compare
0.0.4-dev.258

API structure has changed

4 structure changes including:
4 Breaking changes
4 Modifications
Modified 4 Breaking
GET /v1/custom-field-responses/
  • Path went from /v1/custom-field-responses/{entityId} to /v1/custom-field-responses/ (same operationId)
    Breaking
  • Path
  • entityId path parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Query
  • entityId query parameter Added
GET /v1/phones/
  • Path went from /v1/phones/{entityId} to /v1/phones/ (same operationId)
    Breaking
  • Path
  • entityId path parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Query
  • entityId query parameter Added
PATCH /v1/custom-field-responses/
  • Path went from /v1/custom-field-responses/{entityId} to /v1/custom-field-responses/ (same operationId)
    Breaking
  • Path
  • entityId path parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
PATCH /v1/phones/
  • Path went from /v1/phones/{entityId} to /v1/phones/ (same operationId)
    Breaking
  • Body
  • application/json content type Modified
    • fields property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • entityId, phones properties Added
  • Path
  • entityId path parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking