Artists
All actions for the "/artists" endpoint.
Create an artist
Request Body
Name
Type
Description
{
"status": "success",
"data": {
"id": "BA7R"
}
}{
"status": "fail",
"data": {
"name": [
"This value should not be blank."
]
}
}{
"status": "fail",
"data": "You need to confirm your email address first."
}Get a list of artists
Query Parameters
Name
Type
Description
Get an artist
Path Parameters
Name
Type
Description
Edit an artist
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
Last updated