Add query attributes to a chatbot
POST/auth/query-attrs/:chat_id
Adds one or more query attribute definitions to a specific chatbot. Accepts data as a JSON string within multipart/form-data.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Data saved successfully - Returns the created query attribute objects.
Bad request, expected multipart/form-data / Chat ID is required / Query attr input data is required
Unauthorized Access
You do not have permission to access this chat
Chat not found
Internal Server Error