Reorder setlist songs
PUT /api/setlists/{id}/songs/reorder
PUT
/api/setlists/{id}/songs/reorder
Reorders songs in a setlist. Provide each song’s new position and optional section marker.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
UUID identifier
string format: uuid
Example
550e8400-e29b-41d4-a716-446655440000UUID identifier
Request Body
Section titled “Request Body ”object
songs
required
Array<object>
object
id
required
UUID identifier
string format: uuid
Example
550e8400-e29b-41d4-a716-446655440000 position
required
integer
sectionMarker
string
Responses
Section titled “ Responses ”Songs reordered
object
ok
required
boolean
data
required
object
success
required
boolean
Validation error
object
ok
required
boolean
error
required
string
code
string
Unauthorized
object
ok
required
boolean
error
required
string
code
string