Skip to main content

Change chatroom status

POST 

/bv/chatroom/v1/chatrooms/:id:change-status

Updates the status of a chatroom to either active or inactive.

Request

Path Parameters

    id stringrequired

    Required. The unique id of the chatroom.

Body

required
    action string

    Possible values: [ACTION_ACTIVE, ACTION_INACTIVE]

    Required. The change action to the chatroom.

Responses

A successful response.

Schema

    object

Loading...