Skip to content

Commit

Permalink
Merge pull request #9309 from SOURSH/patch-1
Browse files Browse the repository at this point in the history
Update plannertask-update.md
  • Loading branch information
Lauragra authored Apr 13, 2024
2 parents d785453 + a05ee10 commit 22f3c94
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api-reference/beta/api/plannertask-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +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.|

> [!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.
Expand Down
3 changes: 3 additions & 0 deletions api-reference/v1.0/api/plannertask-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,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.|

> [!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.
Expand Down

0 comments on commit 22f3c94

Please sign in to comment.