API structure has changed
3 structure changes including:
3 Modifications
Modified
3
Breaking
DELETE /api/v1/webhook_endpoints/{webhook_endpoint}
- Path went from
/api/v1/webhook_endpoints/{webhook_endpoint_id}to/api/v1/webhook_endpoints/{webhook_endpoint}(same operationId) - Path
-
webhook_endpoint_id path parameter Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- webhook_endpoint path parameter Added
GET /api/v1/assignments/media
- Query
-
policy_id query parameter Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- policy query parameter Added
GET /api/v1/webhook_endpoints/{webhook_endpoint}
- Path went from
/api/v1/webhook_endpoints/{webhook_endpoint_id}to/api/v1/webhook_endpoints/{webhook_endpoint}(same operationId) - Path
-
webhook_endpoint_id path parameter Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- webhook_endpoint path parameter Added