Skip to main content

Update artist

POST 

/api/artist/:artistId

Update an artist

Request

Path Parameters

    artistId integerrequired

    ID of the artist

Body

    name string

Responses

OK

Schema

    type string
    id integer
    name string
    image string
    created_at string
Loading...