Rate track
What the station thinks of this song, which is the narrowest thing an opinion can be about
PUT /catalog/tracks/{id}/rating
note
SDK method: rateTrack
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 Track object.