Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 323 Bytes

speaker.sort.md

File metadata and controls

13 lines (11 loc) · 323 Bytes

Payload

{
    list_of_speakers_id: Id;
    speaker_ids: Id[];
}

Action

Sorts all waiting speakers by weight. speaker_ids must include all waiting speakers of the list of speakers in the new order. The weight is set accordingly.

Permissions

The request user needs list_of_speakers.can_manage.