Update speaker position

In this API, you can change the position of the speaker. Default position will be 1000.

In this API, you need to pass three path parameters to change a speaker position.

id : speaker id whose position we are changing

topSpeakerId : Id of the speaker below which current speaker we want to place. Pass 0 if you want to move the speaker to the top of the list.

topBottomSpeakerId: Id of the speaker above which current speaker we want to place. Pass 0 if you want to move the speaker at bottom of the list.

For example: Let assume we have four speakers called speaker-1, speaker-2, speaker-3, speaker-4.

Now if we want to move speaker-4 between speaker-2 and speaker-3, you need to send speaker-2's id as topSpeakerId and speaker-3's id as topBottomSpeakerId.

If we want to move speaker-2 to the last position, then you need to send speaker-4's id as topSpeakerId and 0 as topBottomSpeakerId.

If we want to move speaker-1 to the first position, then you need to send 0 as topSpeakerId and Tag-1 id as topBottomSpeakerId.

This API can be used by authenticated users only, and it will require super admin/admin/staff level access.

Path Params
int32
required

Unique speaker ID

int32
required
Defaults to 0

immediate before top speaker ID who want to update speaker position.

int32
required
Defaults to 0

immediate after top bottom speaker ID who want to update speaker position.

string
required

Event url is unique identifier for your event. E.g https://www.accelevents.com/events/demo. Here demo is the event url.

Headers
string

API Authorization Token

Responses

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