PATCH
/chat/chatrooms/{id}
curl \
--request PATCH 'https://domain.tld/api/v2/chat/chatrooms/{id}' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--header "X-Popsell-Brand: 3" \
--data '{"established_dialogue":"2023-10-06 13:41:09.123"}'
Request examples
# Headers
X-Popsell-Brand: 3
# Payload
{
"established_dialogue": "2023-10-06 13:41:09.123"
}
Response examples (200)
[]