Update Training Type

Updates an existing training type. Only provided fields are updated. To remove a category, pass an empty string or null for the category field. Returns 405 when the training type cannot be modified. The owner of the API key must have access to training settings.

Path Params
integer
required

The ID of the training type to update.

Body Params

Training type object to update to

string

Name of the training type.

integer

The frequency is the (optional) amount of months between renewing trainings. Not valid if training are not renewable.

boolean

Renewable is optional but if you are setting it to true you must pass a frequency.

category
object

Category is optional and passing an empty value will remove the category from the training type. Passing a name will assign the training type to the new training category.

boolean

Is this a required training?

integer

Number of days before the training is due for new hires. Not valid unless training is required.

string

Optional URL that can be included with a training.

string

Description for the training.

boolean

Allows all employees who can view the training to be able to mark it complete.

Responses

Language
Credentials
:
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json