v3
latestSwagger 2.02026-08-067506752.0 MBtask
Update an existing task
patch/v1/org/{orgId}/task/{taskId}
Path parameters
orgIdstring required
Org identifier (either id or slug)
taskIdstring required
Task id
Request body
Example request
{
"message": "this is the best task ever",
"shareAccess": [
{
"userId": "5887a7718f138b6a2a0041a7",
"groupId": "5887a7718f138b6a2a0041a7",
"fields": "name,image,title"
}
],
"taskConfigId": "588f7ee98f138b19220041a7",
"slug": "onboardingForm",
"pastDueAction": "NONE"
}Response
task updated