Microsoft Planner · Schema

PlannerPlanUpdate

Request body for updating a plan

CollaborationMicrosoft 365ProductivityProject ManagementTask Management

Properties

Name Type Description
title string Updated title of the plan
View JSON Schema on GitHub

JSON Schema

microsoft-planner-planner-plan-update-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PlannerPlanUpdate",
  "type": "object",
  "description": "Request body for updating a plan",
  "properties": {
    "title": {
      "type": "string",
      "description": "Updated title of the plan"
    }
  }
}