update-planner-task-details
Update task details including description, checklist, and references in Microsoft Planner. Requires ETag from preceding get request.
Instructions
Update the properties of plannerTaskDetails object.
💡 TIP: CRITICAL: Requires If-Match header with ETag from get-planner-task-details (use includeHeaders=true). Checklist items use GUID keys: {"checklist": {"": {"title": "...", "isChecked": false}}}.
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 |