task-update
Update a task, for example the progress or the state
| Path Parameters |
|---|
taskId uuid — REQUIREDPossible values: Value must match regular expression |
| Request Body — REQUIRED |
|---|
kind stringPossible values: [ |
conversationStatus |
conclusion |
concludedMessageId |
data object |
priority integerPossible values: value ≤ 4 |
status stringPossible values: [ |
repeat |
repetitionPattern |
repetitionText |
repetitionTimeout |
name string |
description string |
scheduledFor |
duration |
deadline |
agentId |
spaceId |
parentTaskId uuidPossible values: Value must match regular expression |
isPersonalAssistantFlag to indicate task is for personal assistant (vs user) |
| Responses | ||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
200Successful response
| ||||||||||||||||||||||||||||||||||||||||||||||
400Invalid input data
| ||||||||||||||||||||||||||||||||||||||||||||||
401Authorization not provided
| ||||||||||||||||||||||||||||||||||||||||||||||
403Insufficient access
| ||||||||||||||||||||||||||||||||||||||||||||||
404Not found
| ||||||||||||||||||||||||||||||||||||||||||||||
500Internal server error
|