Skip to main content

Update chatroom sticker pack

PUT 

/bv/chatroom/v1/chatrooms/stickerpacks/:id

Updates a specified sticker pack to be enabled or not in the chatroom. Authorization requires the chatroom token with the admin role in the header.

Request

Path Parameters

    id stringrequired

    Required. The unique id of the sticker pack.

Header Parameters

    authorization string

    This API should be invoked with the chatroom token.

Body

required
    enabled booleanrequired

    Required. Indicates to enable the sticker pack in the chatroom.

Responses

A successful response.

Schema

    object

Loading...