API structure has changed
5 structure changes including:
1 Addition
4 Modifications
Modified
4
DELETE /v1/training/{trainingID}
- Response
- 400, 401, 415, 500 responses Removed
GET /v1/training
- Header
- X-API-Version header Added
GET /v1/training/{trainingID}
- Path
-
trainingID path parameter Modified
- Path parameter is no longer required
-
Type went from
number
tonumber | null
- Header
- X-API-Version header Added
PUT /v1/replicas/{replicaUUID}/training/{trainingID}
- Response
-
404 response Modified
-
application/json content type Modified
- message property Removed
- error, request_id properties Added
-
application/json content type Modified
Added
1
POST /v1/replicas/{replicaUUID}/training