Update individual fields of a training event
Update specific fields of the training event. Only event_time, name, sim_start_time, and sim_end_time can be updated. The parent/template simulation, and checkpoint cannot be modified after creation.
Required roles (all): air_instructor, air_org_admin
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
Request
The display name of the training event. This is a more human-readable display name for the training which does not need to match the name of the NGC external user group.
The time at which the training event will occur. This value must be at least 5h in the future. sim_end_time must be at least 24h after this value.
sim_start_time must be at least 4h before this value.
This is the time at which simulation workbenches will be created for all attendees and the instructor of the training; these simulations will be started at this time given there is sufficient capacity. If updated, this value must be at least 1h in the future and 4h before event_time
This is the time at which simulation workbenches will expire for all attendees and the instructor of the training; the simulations will be destroyed at this time. This value must be at least 24h after event_time
Response
The name of the training event. This will also be the name of the NGC external user group, and thus must be kebab-case.
The display name of the training event. This is a more human-readable display name for the training which does not need to match the name of the NGC external user group.