Create a new track
POST/:qid/tracks/:track
Creates a new track with the specified name and optional properties. Properties which are not specified will be automaticall generated.
Request
Responses
- 201
- 400
- 401
- 409
Track created successfully
Invalid input (e.g., invalid color format)
Provided authentication token cannot access the content object.
Track with this name already exists