Create a bot executor job
POST/v1/bot-executor-jobs/create/
Creates a bot executor job.
Request
- application/json
Body
required
bot_id uuidrequired
payloadobjectnullable
Responses
- 201
- application/json
- Schema
- Example (from schema)
Schema
id uuidrequired
bot_id uuidrequired
execution_address stringrequired
created date-timerequired
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"bot_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"execution_address": "string",
"created": "2024-01-02T07:21:22.170Z"
}
Loading...