Attach an uploaded asset to the entity
POST/api/v1/musiccompanion/entities/:id/assets
Attach an uploaded asset to the entity
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 422
- 429
- 500
The attached asset link.
Invalid request.
Missing or invalid bearer token.
The token lacks the required permission.
Entity or asset not found.
The asset type does not match the requested kind (asset_kind_mismatch).
Rate limit exceeded. Retry after the period in the Retry-After header.
Unexpected server error.