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