Update an existing Channel Participant
TODO: Resource-level docs
Update an existing Channel Participant.
Path parameters
-
The Interaction Sid for this channel.
-
The Channel Sid for this Participant.
-
The unique string created by Twilio to identify an Interaction Channel resource.
POST /v1/Interactions/{InteractionSid}/Channels/{ChannelSid}/Participants/{Sid}
curl \
-X POST https://flex-api.twilio.com/v1/Interactions/{InteractionSid}/Channels/{ChannelSid}/Participants/{Sid} \
--user "username:password" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d 'Status=close'
Request example
{
"Status": "close"
}
Request examples
{
"Status": "close"
}
Response examples (200)
{
"channel_sid": "string",
"interaction_sid": "string",
"sid": "string",
"type": "supervisor",
"url": "https://example.com"
}
Response examples (200)
{
"channel_sid": "string",
"interaction_sid": "string",
"sid": "string",
"type": "supervisor",
"url": "https://example.com"
}