Training Projects
Create a team training project
Upserts a training project with the specified metadata for a team.
POST
cURL
Authorizations
Send Authorization: Bearer <api_key>. The legacy Authorization: Api-Key <api_key> scheme is also accepted.
Path Parameters
Body
application/json
A request to upsert a training project.
The training project to upsert.
Response
200 - application/json
A response to upserting a training project.
The upserted training project.
Previous
Get training project cache summaryGet the cache summary for the most recent training job in the project.
Next
cURL