v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1314726.1 KB
tasklists

Creates a new task list and adds it to the authenticated user's task lists. A user can have up to 2000 lists at a time.

post/tasks/v1/users/@me/lists

Request body

idstring

Task list identifier.

kindstring

Output only. Type of the resource. This is always "tasks#taskList".

titlestring

Title of the task list. Maximum length allowed: 1024 characters.

selfLinkstring

Output only. URL pointing to this task list. Used to retrieve, update, or delete this task list.

etagstring

ETag of the resource.

updatedstring

Output only. Last modification time of the task list (as a RFC 3339 timestamp).

Response

Successful response