Contacts
Update Custom Attribute
Update an existing custom attribute’s properties.
Request
URL
Path Parameters
The ID of the chatbot the custom attribute belongs to
The name of the custom attribute to update
Headers
application/json
Bearer <YOUR_API_KEY>
Body Parameters
The new display label for the custom attribute
The new description for the custom attribute
Whether the custom attribute should be archived Default: false
Response
Success Response
- Status: 200 OK
- Content-Type: application/json
Success message
Error Responses
400 Bad Request
- Invalid request body
401 Unauthorized
- Invalid or missing API key
404 Not Found
- Chatbot or custom attribute not found
429 Too Many Requests
- Rate limit exceeded