Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PUT \ --url https://api.closebot.com/bot/{id}/version/{version} \ --header 'Content-Type: application/json' \ --header 'X-CB-KEY: <api-key>' \ --data ' { "name": "<string>", "importKdl": "<string>" } '
CloseBot API Key Authorization
The bot ID.
The version ID.
The name of the bot version
The KDL import for the bot version
Success