Method: tasklists.update

Updates the authenticated user's specified task list.

HTTP request

PUT https://tasks.googleapis.com/tasks/v1/users/@me/lists/{tasklist}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
tasklist

string

Task list identifier.

Request body

The request body contains an instance of TaskList.

Response body

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

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authorization guide.