API structure has changed
4 structure changes including:
4 Modifications
Modified
4
Breaking
GET /v1/users/{userID}
- Path went from
/v1/users/{ID}
to/v1/users/{userID}
(same operationId) - Path
-
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
- userID path parameter Added
POST /v1/api-keys/invites/{code}/redeem
- Operation is no longer beta
POST /v1/replicas/{replicaUUID}/chat/completions/telegram
- Path
-
source 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
POST /v1/users
- Operation is no longer beta