API structure has changed
9 structure changes including:
1 Breaking change
1 Addition
7 Modifications
1 Removal
Modified
7
Breaking
DELETE /ai/deployment/{id}
- Response
-
202 response Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- 200 response Added
DELETE /ai/model/{id}
- Response
-
202 response Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- 200 response Added
GET /ai/deployment/{id}/api-key
- Path went from
/ai/deployment/{deployment-uuid}/api-keyto/ai/deployment/{id}/api-key(same operationId) - Path
-
deployment-uuid 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
- id path parameter Added
GET /ai/deployment/{id}/logs
- Path went from
/ai/deployment/{deployment-uuid}/logsto/ai/deployment/{id}/logs(same operationId) - Path
-
deployment-uuid 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
- id path parameter Added
POST /ai/deployment
- Response
-
201 response Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- 200 response Added
POST /ai/deployment/{id}/scale
- Response
-
202 response Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- 200 response Added
POST /ai/model
- Response
-
201 response Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- 200 response Added
Removed
1
Breaking
PATCH /ai/deployment/{id}
- Removing a resource is always breaking unless it was deprecated before Breaking
Added
1
PATCH /ai/deployment/{id}