{
name: string; // required
color: color;
default_time: number;
}
This action creates a new structure level with the given name and adds it to the collection of structure_level_ids
in a meeting given by the meeting_id
.
The name
must be unique in the meeting.
The request user needs user.can_manage
.