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
2
getPlanDetails
Read the plan details to capture its ETag for the category-description patch's If-Match header.
3
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
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.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.