# Update an existing Interaction **POST /v1/Interactions/{InteractionSid}/Channels/{Sid}** Update an existing Interaction. TODO: Resource-level docs ## Servers ## Parameters ### Path parameters - **InteractionSid** (string) The Interaction Sid for this channel. - **Sid** (string) The unique string created by Twilio to identify an Interaction Channel resource. ### Body: (object) - **Routing** () The Interaction Channel's routing parameters. Optional, may contain `status` to set the agent's Reservation state to either `closed` or `wrapup`. Default is `wrapup` if unspecified. - **Status** (string) The Interaction Channel's status. Can be: `closed` or `wrapup`. ## Responses ### 200 OK #### Body: (object) - **interaction_sid** (string | null) The Interaction Sid for this channel. - **links** (object(uri-map) | null) - **sid** (string | null) The unique string that identifies the resource - **type** (string | null) The Interaction Channel's type. - **url** (string(uri) | null) [Powered by Bump.sh](https://bump.sh)