Docs

Update Task

Updates an existing task in Podio.

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 updated task title text.

string

The updated task description.

date

The new due date in the user's timezone.

string

The new due time in the user's timezone.

string

The user ID of the responsible user.

Uncommon arguments
boolean

Whether the task should be private.

string

The reference type for the task.

string

The reference ID for the task.

boolean

Mark the task as completed or not completed.

array of string

A list of label IDs or label texts for the task.

array of string

A list of uploaded file IDs to attach to the task.

object

Optional reminder settings for the task.

number

Minutes before the due date to trigger the reminder. Leave empty to clear the existing reminder.

boolean

Run Podio hooks for the change.

boolean

Suppress stream bumping and notifications for the update.

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.