Skip to content

Commit

Permalink
Update plannertask-update.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauragra authored Apr 13, 2024
1 parent 97f852e commit 24f4ee5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion api-reference/beta/api/plannertask-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 24f4ee5

Please sign in to comment.