Docs

Update Task

Updates an existing task in Wrike.

PUT

Query

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

Comma-separated response fields to include.

Body

Arguments
stringrequired

Wrike task ID.

string

Title of task

string

Task description

string

Task status

string

Task importance

Uncommon arguments
string

Task dates as a JSON object string

string

Folder IDs to add as parents, as a JSON string array

string

Folder IDs to remove as parents, as a JSON string array

string

User or invitation IDs to share with, as a JSON string array

string

User or invitation IDs to unshare, as a JSON string array

string

User or invitation IDs to add as assignees, as a JSON string array

string

User or invitation IDs to remove as assignees, as a JSON string array

string

Placeholder IDs to add as assignees, as a JSON string array

string

Placeholder IDs to remove as assignees, as a JSON string array

string

User IDs to add as followers, as a JSON string array

boolean

Follow task

string

Put task before this task ID

string

Put task after this task ID

string

Parent task IDs to add, as a JSON string array

string

Parent task IDs to remove, as a JSON string array

string

Metadata entries to update, as a JSON string array

string

Custom field values to update, as a JSON string array

string

Custom status ID

boolean

Restore task from recycled bin

string

Effort allocation as a JSON object string

string

Responsible allocations as a JSON string array

string

Task timelog billing type

boolean

Include invitations in shared and responsible lists

string

Custom item type ID

boolean

Strip HTML tags from custom fields

string

Work schedule ID to assign to the task

string

Response field names as a JSON string array

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.