Update task
Update an existing task
Bearer token authentication. Use your API key as the bearer token.
In: header
Path Parameters
Task ID
Task update input
Description updates the additional details about the task.
EndedAt updates when the task execution completed.
Errors contains any errors that occurred during task execution.
ExecutorID updates which executor should handle this task.
Input updates the input data for the task execution.
Output updates the result data from task execution.
Params updates the task-specific parameters as key-value pairs.
Empty Object
ParentID updates the parent task link for hierarchical task structures.
StartedAt updates when the task execution began.
Status updates the current status of the task (e.g., running, completed, failed).
Title updates the human-readable title for the task.
Response Body
curl -X PUT "https://eu1.api.bivariant.com/v1/tasks/string" \ -H "Content-Type: application/json" \ -d '{}'{
"appId": "string",
"authorId": "string",
"children": [
{
"appId": "string",
"authorId": "string",
"children": [],
"createdAt": "string",
"description": "string",
"endedAt": "string",
"errors": [
{
"code": "string",
"message": "string"
}
],
"executorId": "string",
"id": "string",
"input": null,
"kind": "default",
"organizationId": "string",
"output": null,
"params": {
"property1": null,
"property2": null
},
"parentId": "string",
"startedAt": "string",
"stateId": "string",
"status": "created",
"targetId": "string",
"title": "string",
"updatedAt": "string"
}
],
"createdAt": "string",
"description": "string",
"endedAt": "string",
"errors": [
{
"code": "string",
"message": "string"
}
],
"executorId": "string",
"id": "string",
"input": null,
"kind": "default",
"organizationId": "string",
"output": null,
"params": {
"property1": null,
"property2": null
},
"parentId": "string",
"startedAt": "string",
"stateId": "string",
"status": "created",
"targetId": "string",
"title": "string",
"updatedAt": "string"
}{
"code": "string",
"message": "string"
}{
"code": "string",
"message": "string"
}{
"code": "string",
"message": "string"
}{
"code": "string",
"message": "string"
}