Microsoft Planner · Schema

PlannerPlanDetailsUpdate

Request body for updating plan details

CollaborationMicrosoft 365ProductivityProject ManagementTask Management

Properties

Name Type Description
categoryDescriptions object
sharedWith object
View JSON Schema on GitHub

JSON Schema

microsoft-planner-plannerplandetailsupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PlannerPlanDetailsUpdate",
  "title": "PlannerPlanDetailsUpdate",
  "type": "object",
  "description": "Request body for updating plan details",
  "properties": {
    "categoryDescriptions": {
      "$ref": "#/components/schemas/PlannerCategoryDescriptions"
    },
    "sharedWith": {
      "$ref": "#/components/schemas/PlannerUserIds"
    }
  }
}