Last updated
Was this helpful?
Last updated
Was this helpful?
This endpoint will allow the User to create a collection in a specific bot.
The following request will create a collection in the bot specified by the Bot Token.
If successful, the response will contain the created collection associated with bot specified in the request token.
The Type property is a number that goes from 0 to 8 that specifies the Field Type.
This endpoint will reply with the following standard HTTP codes.
Code
Meaning
200
Ok. The request has been successfully fulfilled.
400
Bad Request. The supplied token is invalid or does not have enough permissions.
401
Unauthorized. The account associated to the token is not authorized
404
Not Found. The account or the chatbot specified could not be found.