POST
/
matters
/
{matterId}
/
portal
/
tasks
/
{taskId}
/
complete
Completes a portal task
curl --request POST \
  --url https://api.smokeball.com/matters/{matterId}/portal/tasks/{taskId}/complete \
  --header 'Authorization: <api-key>' \
  --header 'x-api-key: <api-key>'
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

Response

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