latestOpenAPI 3.0.12026-08-15235298999.1 KB
ffc7fffa0d5c
Portal
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.