Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

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.

training_project
UpsertTrainingProjectV1 · object
required

The training project to upsert.

Response

200 - application/json

A response to upserting a training project.

training_project
TrainingProjectV1 · object
required

The upserted training project.