Bulk-import setlists
POST/api/setlists/import
POST
/api/setlists/import
Creates setlists with positioned, section-marked songs. A live setlist with the same name and date is skipped, so a re-run of the same import is idempotent. Results align with the request order.
Authorizations
Section titled “Authorizations”Request Body
Section titled “Request Body”object
setlists
required
Array<object>
object
name
required
string
date
string
songs
required
Array<object>
object
songId
required
string format: uuid
sectionMarker
string
Responses
Section titled “Responses”Imported
object
ok
required
boolean
data
Invalid input
object
ok
required
boolean
error
required
string
code
string
Unauthenticated
object
ok
required
boolean
error
required
string
code
string
Forbidden / no permission
object
ok
required
boolean
error
required
string
code
string
Server error
object
ok
required
boolean
error
required
string
code
string
