Method: tasks.patch

Updates the specified task. This method supports patch semantics.

HTTP request

PATCH https://tasks.googleapis.com/tasks/v1/lists/{tasklist}/tasks/{task}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
tasklist

string

Task list identifier.

task

string

Task identifier.

Request body

The request body contains an instance of Task.

Response body

If successful, the response body contains an instance of Task.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/tasks

For more information, see the Authorization guide.