Upserts a training project in a specific team
Upserts a training project with the specified metadata for a team.
post/v1/teams/{team_id}/training_projects
Request body
Example request
{
"training_project": {
"name": "My Training Project"
}
}Response
Example response
{
"training_project": {
"latest_job": {
"name": "gpt-oss-job"
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.