Training Projects
Create training project
Upserts a training project with the specified metadata.
POST
cURL
Authorizations
Send Authorization: Bearer <api_key>. The legacy Authorization: Api-Key <api_key> scheme is also accepted.
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.
cURL