DistributorArtistsIdentifiers
Add artist identifier
Adds an identifier to an existing artist. Requires an admin JWT.
Authorization
BearerAuth Authorization<token>
Type "Bearer" followed by a space and JWT token.
In: header
Request Body
application/json
Identifier payload
artist_id*integer
identifier*string
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://loading/api/artists/identifiers" \ -H "Content-Type: application/json" \ -d '{ "artist_id": 1, "identifier": "beatles" }'{
"status": "ok"
}{
"error": "Validation failed"
}{
"error": "Validation failed"
}{
"error": "Validation failed"
}{
"error": "Validation failed"
}