v1

latestOpenAPI 3.1.02026-07-26294215839.4 KB
Training
Public API

Create Training Category

Creates a new training category. The 'name' field is required. Returns the created TrainingCategory on success. The authenticated caller must have access to training settings.

OAuth Scopes: training.write

post/api/v1/training/category

Request body

namestring required

Name of the new training category.

Example request

{
  "name": "My New Training Category"
}

Response

Created

idinteger

The ID of the training category.

namestring

The name of the training category.