v1
latestOpenAPI 3.1.02026-07-26294215839.4 KBTraining
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
Example request
{
"name": "My Training Category"
}Response
Returns the updated training category.