Microsoft Planner · Arazzo Workflow
Microsoft Planner Rename a Plan and Describe Its Categories
Version 1.0.0
Read a plan and its details for ETags, rename the plan, then set category label descriptions.
View Spec
View on GitHub
CollaborationMicrosoft 365ProductivityProject ManagementTask ManagementArazzoWorkflows
Provider
Workflows
rename-plan
Rename a plan and set its category label descriptions.
Chains getPlan, getPlanDetails, updatePlan, and updatePlanDetails, capturing each resource's ETag for the matching If-Match header before patching.
1
getPlan
getPlan
Read the plan to capture its current ETag for the rename's If-Match header.
2
getPlanDetails
getPlanDetails
Read the plan details to capture its ETag for the category-description patch's If-Match header.
3
updatePlan
updatePlan
Patch the plan with the new title. The If-Match header carries the plan ETag. Planner returns 200 with the updated plan.
4
updatePlanDetails
updatePlanDetails
Patch the plan details with category label descriptions. The If-Match header carries the plan details ETag. Planner returns 200 with the updated plan details.