Confirm an uploaded asset
POST/api/v1/musiccompanion/assets/:id/confirm
Confirm an uploaded asset
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
- 500
The asset, now online.
Invalid request.
Missing or invalid bearer token.
The token lacks the required permission.
No asset with that id.
Rate limit exceeded. Retry after the period in the Retry-After header.
Unexpected server error.