Microsoft Planner · Schema

PlannerTaskDetailsUpdate

Request body for updating task details

CollaborationMicrosoft 365ProductivityProject ManagementTask Management

Properties

Name Type Description
description string
previewType string
View JSON Schema on GitHub

JSON Schema

microsoft-planner-planner-task-details-update-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PlannerTaskDetailsUpdate",
  "type": "object",
  "description": "Request body for updating task details",
  "properties": {
    "description": {
      "type": "string"
    },
    "previewType": {
      "type": "string"
    }
  }
}