Rate album
What the station thinks of this record. A dislike here excludes every track on it
PUT /catalog/albums/{id}/rating
note
SDK method: rateAlbum
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 Album object.