v1

latestOpenAPI 3.1.02026-07-26294215839.4 KB
Training
Public API

Update Training Category

Updates the name of an existing training category. Returns 409 if a category with the same name already exists. The authenticated caller must have access to training settings.

OAuth Scopes: training.write

put/api/v1/training/category/{trainingCategoryId}

Path parameters

trainingCategoryIdinteger required

The ID of the training category to update.

Request body

namestring required

Name of the training category.

Example request

{
  "name": "My Training Category"
}

Response

Returns the updated training category.

idinteger

The ID of the training category.

namestring

The name of the training category.