PATCH /manager/chat-topics/{id}

Path parameters

  • id integer(int32) Required

    The id of the chat topic

application/json

Body Required

Responses

  • 200 application/json

    Returns the updated chat topic

  • 403

    Forbidden - You don't have permission to access this route

  • 404

    Not found

PATCH /manager/chat-topics/{id}
curl \
 --request PATCH 'https://domain.tld/api/v2/manager/chat-topics/{id}' \
 --header "Authorization: Bearer $ACCESS_TOKEN" \
 --header "Content-Type: application/json"