Skip to main content
PATCH
Update a Task for a Business

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

business_id
string<biz_string>
required

The id of the business

Example:

"biz_GA6EG2qFxA97NZHtxeLPUy"

task_id
string<tsk_string>
required

The id of the task

Example:

"tsk_WQMDNUHpBThYSNh4AprDBo"

Body

application/json
description
string | null

The new task description

Minimum string length: 1
Example:

"Please upload the bank statement"

status
enum<string> | null

The new status for the task

Available options:
pending,
completed
Example:

"completed"

Response

Successful Response

data
TaskPublic · object
required