v2
latestOpenAPI 3.0.12026-07-262352981007.0 KBPortal
Patch a portal task
Updates a client portal task.
patch/matters/{matterId}/portal/tasks/{taskId}
Path parameters
matterIdstring uuid required
taskIdstring uuid required
Request body
Example request
{
"title": "Sign: Verification of Identity",
"url": "http://www.yourwebsite.com",
"actionText": "Complete",
"cancelled": true,
"cancelledText": "Signing Cancelled!",
"cancelledUrl": "http://www.yourwebsite.com",
"completed": true,
"completedText": "Signing Complete!",
"completedUrl": "http://www.yourwebsite.com",
"expired": true,
"expiredText": "Signing Expired!",
"expiredUrl": "http://www.yourwebsite.com"
}Response
When request is accepted. Returns the id of the task to be updated.