Rate artist
What the station thinks of this artist. A dislike here excludes every record they are credited on
PUT /catalog/artists/{id}/rating
note
SDK method: rateArtist
Security: authenticated (policy: platform.manage)
Attributes
Attributes (1)
| Attribute | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Path parameter. |
Request body (application/json)
Accepts a RateInput object.
Response
200 OK — Returns a Artist object.