Create song step
POST/api/songs/{id}/steps
POST
/api/songs/{id}/steps
Adds a new step to a song for step-based navigation.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”id
required
string format: uuid
Request Body
Section titled “Request Body”object
name
required
string
position
required
integer
durationMeasures
integer
tempo
integer
autoAdvance
boolean
Responses
Section titled “Responses”Step created
object
ok
required
boolean
data
required
object
id
required
string format: uuid
Unauthorized
object
ok
required
boolean
error
required
string
