Skip to main content

Update custom counters in chatroom

PUT 

/bv/chatroom/v1/chatrooms/:id/custom-counters

Modify the keys of the custom counter which will be counted in the custom message within the chatroom.

Request

Path Parameters

    id stringrequired

    Required. The unique id of the chatroom.

Body

required
    custom_counters object[]required

    Required. The list of custom counters to be updated.

  • Array [
  • key stringrequired

    Required. Immutable. Indicates the key of the custom counter.

  • ]

Responses

A successful response.

Schema

    object

Loading...