update-planner-task
Update a Planner task's properties such as title, priority, due date, and assignments. Requires the task's ETag for concurrency control.
Instructions
Update the properties of plannerTask object.
💡 TIP: CRITICAL: Requires If-Match header with the task's @odata.etag value, otherwise returns 412 Precondition Failed. Get the ETag from get-planner-task with includeHeaders=true. Priority values: 0=Urgent, 1=Important, 3=Medium, 5=Low, 9=unset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| If-Match | Yes | ETag value. | |
| plannerTaskId | Yes | Path parameter: plannerTaskId | |
| includeHeaders | No | Include response headers (including ETag) in the response metadata | |
| excludeResponse | No | Exclude the full response body and only return success or failure indication |