Skip to main content
PUT
Update custom attribute

Authorizations

Authorization
string
header
required

API key in Bearer token format

Path Parameters

chatbotId
string
required

ID of the chatbot

name
string
required

Name of the custom attribute

Body

application/json
label
string

Display label for the attribute

Example:

"Department"

description
string

Description of the attribute

Example:

"Updated employee department"

archived
boolean

Whether the attribute is archived

Example:

false

Response

Custom attribute updated successfully

message
string
Example:

"Success"

data
object

Updated custom attribute