Update artist
POST/api/artist/:artistId
Update an artist
Request
Path Parameters
artistId integerrequired
ID of the artist
- application/json
Body
name string
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
type string
id integer
name string
image string
created_at string
{
"type": "string",
"id": 0,
"name": "string",
"image": "string",
"created_at": "string"
}
Loading...