---
title: "Update the Subscribe Rules for the Participant"
method: POST
path: "/v1/Rooms/{RoomSid}/Participants/{ParticipantSid}/SubscribeRules"
tags: ["VideoV1SubscribeRules"]
---

# Update the Subscribe Rules for the Participant

`POST /v1/Rooms/{RoomSid}/Participants/{ParticipantSid}/SubscribeRules`

Update the Subscribe Rules for the Participant

## Path parameters

- `RoomSid` string, required
- `ParticipantSid` string, required

## Response `200`

OK

- VideoV1RoomRoomParticipantRoomParticipantSubscribeRule
  - `participant_sid` string, nullable — The SID of the Participant resource for the Subscribe Rules.
  - `room_sid` string, nullable — The SID of the Room resource for the Subscribe Rules
  - `rules` object[], nullable — A collection of Subscribe Rules that describe how to include or exclude matching tracks. See the [Specifying Subscribe Rules](https://www.twilio.com/docs/video/api/track-subscriptions#specifying-sr) section for further information.
    - `type` string
    - `all` boolean
    - `publisher` string
    - `track` string
    - `kind` string
    - `priority` string
  - `date_created` string, date-time, nullable — The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
  - `date_updated` string, date-time, nullable — The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.

---

[API](https://skmtc.net/twilio/apis/video-v1.md) · [All operations](https://skmtc.net/twilio/apis/video-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/video-v1/revisions/162f62d432a2/schema)
