Docs

Update Task

Updates an existing task in Assembly.com.

PUT

Query

Field selectionChoose which fields should be included in the response. Learn more
string

Comma-separated response fields to include.

Body

Arguments
stringrequired

The ID of the task to update.

string

The name of the task.

string

The description of the task.

string

The status of the task.

string

The UUID of the internal user assigned to this task.

string

The UUID of the client user assigned to this task.

string

The UUID of the company assigned to this task. If assigning to a client user, this field should also be set.

date

The date the task is due, in RFC3339 format.

boolean

Whether to archive the task or not.

object

The company or client to grant viewing access to the task.

string

If the task viewer is a client, add both the clientId and their companyId.

string

If the task viewer is a company, only add the companyId and leave clientId empty.

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.