# Update a thread from a chatroom **PATCH /chat/chatrooms/{id}/thread** ## Servers - https://domain.tld/api/v2: https://domain.tld/api/v2 () ## Authentication methods - Bearer token ## Parameters #### Headers - **X-Popsell-Brand** (integer) The id of the target brand #### Path parameters - **id** (integer) The chatroom id ## Body parameters Content-type: application/json - **thread_id** (string) ## Responses ### 200: Thread updated from the chatroom #### Body Parameters: application/json (object) - **thread_id** (string) ### 401: Unauthorized. #### Body Parameters: application/json (object) - **message** (string) ### 403: Forbidden - You don't have permission to access this route [Powered by Bump.sh](https://bump.sh)