Copy steps and/or MIDI settings from a song in another band
POST /api/songs/{id}/import-from-band
POST
/api/songs/{id}/import-from-band
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
sourceSongId
required
string format: uuid
elements
required
Array<string>
Responses
Section titled “ Responses ”Imported
object
ok
required
boolean
data
Invalid input or no band
object
ok
required
boolean
error
required
string
code
string
No access to source song
object
ok
required
boolean
error
required
string
code
string
Song not found
object
ok
required
boolean
error
required
string
code
string
Server error
object
ok
required
boolean
error
required
string
code
string