Update the Subscribe Rules for the Participant
TODO: Resource-level docs
Update the Subscribe Rules for the Participant
Path parameters
-
The SID of the Room resource where the subscribe rules to update apply.
-
The SID of the Participant resource to update the Subscribe Rules.
Body
-
A JSON-encoded array of subscribe rules. See the Specifying Subscribe Rules section for further information.
POST /v1/Rooms/{RoomSid}/Participants/{ParticipantSid}/SubscribeRules
curl \
-X POST https://video.twilio.com/v1/Rooms/{RoomSid}/Participants/{ParticipantSid}/SubscribeRules \
--user "username:password" \
-H "Content-Type: application/x-www-form-urlencoded"
Request example
{}
Request examples
{}
Response examples (202)
{
"date_created": "2023-05-04T09:42:00+00:00",
"date_updated": "2023-05-04T09:42:00+00:00",
"participant_sid": "string",
"room_sid": "string",
"rules": [
{}
]
}
Response examples (202)
{
"date_created": "2024-05-04T09:42:00+00:00",
"date_updated": "2024-05-04T09:42:00+00:00",
"participant_sid": "string",
"room_sid": "string",
"rules": [
{}
]
}