Skip to content

Update an artist

PUT
/api/v1/artists/{artistId}

Update the information of a legendary Argentine Rock artist. Make sure to provide accurate data.

Authorizations

bearerAuth
Type
HTTP (bearer)
or
apiKeyHeader
Type
API Key (header: X-API-Key)

Parameters

Path Parameters

artistId*
Type
integer
Required
Example1
Format
"int64"

Request Body

application/json
JSON
{
"id": 1,
"name": "Charly García",
"description": "One of the most influential rock musicians in Argentine history.",
"image": "https://cdn.rock-legends.com/photos/charly.jpg",
"band": "Sui Generis"
}

Responses

OK

application/json
JSON
{
"id": 1,
"name": "Charly García",
"description": "One of the most influential rock musicians in Argentine history.",
"image": "https://cdn.rock-legends.com/photos/charly.jpg",
"band": "Sui Generis"
}

Playground

Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI