channels

Update channel

Partially updates a channel by its identifier. The code is immutable.

patch/api/v1/channels/{id}

Path parameters

idstring uuid required
Example:6f0d9c5a-7d4d-4f6a-9b6a-2b5a0b5a0b5a

Channel identifier (UUID v4).

Request body

namestring
type'MARKETPLACE' | 'ECOMMERCE' | 'POS' | 'TELEVENDAS' | 'WHATSAPP' | 'APP'
activeboolean
metadataobject nullable

Response

Channel updated.

idstring required
codestring required
namestring required
type'MARKETPLACE' | 'ECOMMERCE' | 'POS' | 'TELEVENDAS' | 'WHATSAPP' | 'APP' required
activeboolean required
metadataobject nullable required
created_atstring required
updated_atstring required

Changes