init
, commit
, push
and pull
a Chabot to a Git repository.init
a Chatbot:POST
request to the following API endpoint and you will receive the location of the exported zip file on the response headers, specifically the location
header.POST
/backup/export/{botId}?botVersion={botVersion}
Path parameter
):String
id of the bot that you wish to export.Path parameter
):Integer
version of the bot.http://localhost:7070/backup/export/5aaf90e29f7dd421ac3c7dd4?botVersion=1
no content
Response Code: 200
Response Headers:POST
request to the following API endpoint , you will receive the id of the imported bot on the response headers.POST
/backup/import
application/zip
zip
file binary.application/zip
.Important: The bot will not be deployed after import you will have to deploy it yourself by using the corresponding api endpoint, please referrer to Deploying a bot.