ibl-data-manager (3.59.0-ai-plus)
API for iblai
- Mock server
https://docs.ibl.ai/_mock/apis/ibl/api/ai-bot/v1/bots/{org}/bot-commands/{id}/
https://base.manager.iblai.app/api/ai-bot/v1/bots/{org}/bot-commands/{id}/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://docs.ibl.ai/_mock/apis/ibl/api/ai-bot/v1/bots/{org}/bot-commands/{id}/' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"command": "string",
"mentor": 0,
"bot": 0
}'
Response
application/json
{ "id": 0, "command": "string", "mentor": 0, "bot": 0 }
- Mock server
https://docs.ibl.ai/_mock/apis/ibl/api/ai-bot/v1/bots/{org}/bot-commands/{id}/
https://base.manager.iblai.app/api/ai-bot/v1/bots/{org}/bot-commands/{id}/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PATCH \
'https://docs.ibl.ai/_mock/apis/ibl/api/ai-bot/v1/bots/{org}/bot-commands/{id}/' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"command": "string",
"mentor": 0,
"bot": 0
}'
Response
application/json
{ "id": 0, "command": "string", "mentor": 0, "bot": 0 }
- Mock server
https://docs.ibl.ai/_mock/apis/ibl/api/ai-bot/v1/bots/{org}/bot-commands/{id}/
https://base.manager.iblai.app/api/ai-bot/v1/bots/{org}/bot-commands/{id}/
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://docs.ibl.ai/_mock/apis/ibl/api/ai-bot/v1/bots/{org}/bot-commands/{id}/' \
-H 'Authorization: YOUR_API_KEY_HERE'