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
Example request
{
"name": "My New Training Category"
}Response
Created
Changes
No recorded changes to this endpoint across all 1 revision of this API.