Skip to main content
POST
Update a task

Authorizations

token
string
query
required

Vida API Token

Path Parameters

taskId
string
required

Task ID

Query Parameters

targetAccountId
integer

Require the Task to belong to this agent account in the organization

Body

application/json
state
string

Repeating and cronOneOff Tasks accept active or paused

Example:

"paused"

title
string
context
string

Contact/background context for communication Tasks

taskContext
string

Instructions for a repeating or cronOneOff Task

Example:

"Review the last complete hour and report material changes"

cronSchedule
object

Schedule for a repeating or cronOneOff Task

greeting
string
waitToGreet
boolean
Example:

true

message
string
scheduledFor
integer
externalTaskId
string
meta
object

Response

Task updated successfully