Skip to main content
PATCH
/
matters
/
{matterId}
/
portal
/
tasks
/
{taskId}
Updates a portal task
curl --request PATCH \
  --url https://api.smokeball.com/matters/{matterId}/portal/tasks/{taskId} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json-patch+json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "completed": true
}'
This response does not have an example.

Authorizations

x-api-key
string
header
required
Authorization
string
header
required

Path Parameters

matterId
string<uuid>
required
taskId
string<uuid>
required

Body

completed
boolean

Whether the task is Completed

Example:

true

Response

When request is accepted. Returns the id of the task to be updated.