Track Comment Notification Setting
GET/tracks/:track_id/comment_notification_setting
Get the comment notification setting for a track
Request
Path Parameters
track_id stringrequired
A Track ID
Query Parameters
user_id string
The user ID of the user making the request
Responses
- 200
- 400
- 500
Success
- application/json
- Schema
- Example
Schema
dataobject
is_muted booleanrequired
{
"data": {
"is_muted": true
}
}
Bad request
Server error
Loading...