From 735cd33c456badd40cc743efb4ce6daec20b0aae Mon Sep 17 00:00:00 2001 From: SOURSH <91181521+SOURSH@users.noreply.github.com> Date: Fri, 5 Apr 2024 16:10:10 +0530 Subject: [PATCH 1/6] Update plannertask-update.md This change is part of "Project Planner Integration" work. Roadmap id - https://www.microsoft.com/en-us/microsoft-365/roadmap?rtc=1&filters=Planner&searchterms=382207 --- api-reference/v1.0/api/plannertask-update.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api-reference/v1.0/api/plannertask-update.md b/api-reference/v1.0/api/plannertask-update.md index ed2bdde395d..0f697d8e217 100644 --- a/api-reference/v1.0/api/plannertask-update.md +++ b/api-reference/v1.0/api/plannertask-update.md @@ -54,6 +54,8 @@ PATCH /planner/tasks/{id} |startDateTime|DateTimeOffset|Date and time at which the task starts. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`.| |title|String|Title of the task.| +For Project tasks replicated to Planner, only "percentComplete" field can be updated. + ## Response If successful, this method returns a `204 No Content` response code and an empty content. If the request specifies the `Prefer` header with a `return=representation` preference, then this method returns a `200 OK` response code and an updated [plannerTask](../resources/plannertask.md) object in the response body. From c44c0503895c201fbdccde7469ee7a005d238b7c Mon Sep 17 00:00:00 2001 From: Laura Graham Date: Fri, 5 Apr 2024 17:49:00 -0700 Subject: [PATCH 2/6] Update plannertask-update.md --- api-reference/v1.0/api/plannertask-update.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api-reference/v1.0/api/plannertask-update.md b/api-reference/v1.0/api/plannertask-update.md index 0f697d8e217..2d6c53e8445 100644 --- a/api-reference/v1.0/api/plannertask-update.md +++ b/api-reference/v1.0/api/plannertask-update.md @@ -54,7 +54,8 @@ PATCH /planner/tasks/{id} |startDateTime|DateTimeOffset|Date and time at which the task starts. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`.| |title|String|Title of the task.| -For Project tasks replicated to Planner, only "percentComplete" field can be updated. +> [!NOTE] +> For Project tasks that are replicated in Planner, only the **percentComplete** field can be updated. ## Response From 16ef80ff58897b783af696c8213b1621393a11e9 Mon Sep 17 00:00:00 2001 From: SOURSH <91181521+SOURSH@users.noreply.github.com> Date: Mon, 8 Apr 2024 18:22:19 +0530 Subject: [PATCH 3/6] Update plannertask-update.md --- api-reference/v1.0/api/plannertask-update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/v1.0/api/plannertask-update.md b/api-reference/v1.0/api/plannertask-update.md index 2d6c53e8445..353d8f1a567 100644 --- a/api-reference/v1.0/api/plannertask-update.md +++ b/api-reference/v1.0/api/plannertask-update.md @@ -55,7 +55,7 @@ PATCH /planner/tasks/{id} |title|String|Title of the task.| > [!NOTE] -> For Project tasks that are replicated in Planner, only the **percentComplete** field can be updated. +> For Project tasks that are replicated to Planner, only the **percentComplete** field can be updated. ## Response From 97f852eee04ea230f6849b8636f1ae352d42140d Mon Sep 17 00:00:00 2001 From: SOURSH <91181521+SOURSH@users.noreply.github.com> Date: Mon, 8 Apr 2024 18:30:49 +0530 Subject: [PATCH 4/6] Update plannertask-update.md --- api-reference/beta/api/plannertask-update.md | 1 + 1 file changed, 1 insertion(+) diff --git a/api-reference/beta/api/plannertask-update.md b/api-reference/beta/api/plannertask-update.md index 4359be59e55..c80696ec01a 100644 --- a/api-reference/beta/api/plannertask-update.md +++ b/api-reference/beta/api/plannertask-update.md @@ -55,6 +55,7 @@ PATCH /planner/tasks/{id} |startDateTime|DateTimeOffset|Date and time at which the task starts. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`.| |title|String|Title of the task.| +For Project tasks that are replicated to Planner, only the **percentComplete** field can be updated. ## Response If successful, this method returns a `204 No Content` response code and an empty content. If the request specifies the `Prefer` header with a `return=representation` preference, then this method returns a `200 OK` response code and an updated [plannerTask](../resources/plannertask.md) object in the response body. From 24f4ee59a9fd525ea2d9a8dd607475d0d1fd2229 Mon Sep 17 00:00:00 2001 From: Laura Graham Date: Fri, 12 Apr 2024 19:03:27 -0700 Subject: [PATCH 5/6] Update plannertask-update.md --- api-reference/beta/api/plannertask-update.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/api-reference/beta/api/plannertask-update.md b/api-reference/beta/api/plannertask-update.md index c80696ec01a..56f259189b6 100644 --- a/api-reference/beta/api/plannertask-update.md +++ b/api-reference/beta/api/plannertask-update.md @@ -55,7 +55,9 @@ PATCH /planner/tasks/{id} |startDateTime|DateTimeOffset|Date and time at which the task starts. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`.| |title|String|Title of the task.| -For Project tasks that are replicated to Planner, only the **percentComplete** field can be updated. +> [!NOTE] +> For Project tasks that are replicated to Planner, only the **percentComplete** property can be updated. + ## Response If successful, this method returns a `204 No Content` response code and an empty content. If the request specifies the `Prefer` header with a `return=representation` preference, then this method returns a `200 OK` response code and an updated [plannerTask](../resources/plannertask.md) object in the response body. From a05ee100991d0f7a5a30fe24adf36e2a7d0c2f80 Mon Sep 17 00:00:00 2001 From: Laura Graham Date: Fri, 12 Apr 2024 19:03:49 -0700 Subject: [PATCH 6/6] Update plannertask-update.md --- api-reference/v1.0/api/plannertask-update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/v1.0/api/plannertask-update.md b/api-reference/v1.0/api/plannertask-update.md index 353d8f1a567..bcb86e0676d 100644 --- a/api-reference/v1.0/api/plannertask-update.md +++ b/api-reference/v1.0/api/plannertask-update.md @@ -55,7 +55,7 @@ PATCH /planner/tasks/{id} |title|String|Title of the task.| > [!NOTE] -> For Project tasks that are replicated to Planner, only the **percentComplete** field can be updated. +> For Project tasks that are replicated to Planner, only the **percentComplete** property can be updated. ## Response