v1
latestOpenAPI 3.1.02026-07-26294215839.4 KBTraining
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
Example request
{
"name": "My New Training Category"
}Response
Created