Skip to content

Commit a68eb91

Browse files
fix(tasks): update the API
#### tasks:v1 The following keys were changed: - resources.tasks.methods.list.description
1 parent cfb5ee9 commit a68eb91

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎discovery/tasks-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@
379379
]
380380
},
381381
"list": {
382-
"description": "Returns all tasks in the specified task list. Does not return assigned tasks be default (from Docs, Chat Spaces). A user can have up to 20,000 non-hidden tasks per list and up to 100,000 tasks in total at a time.",
382+
"description": "Returns all tasks in the specified task list. Doesn't return assigned tasks by default (from Docs, Chat Spaces). A user can have up to 20,000 non-hidden tasks per list and up to 100,000 tasks in total at a time.",
383383
"flatPath": "tasks/v1/lists/{tasklist}/tasks",
384384
"httpMethod": "GET",
385385
"id": "tasks.tasks.list",
@@ -576,7 +576,7 @@
576576
}
577577
}
578578
},
579-
"revision": "20250316",
579+
"revision": "20250415",
580580
"rootUrl": "https://tasks.googleapis.com/",
581581
"schemas": {
582582
"AssignmentInfo": {

‎src/apis/tasks/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1231,7 +1231,7 @@ export namespace tasks_v1 {
12311231
}
12321232

12331233
/**
1234-
* Returns all tasks in the specified task list. Does not return assigned tasks be default (from Docs, Chat Spaces). A user can have up to 20,000 non-hidden tasks per list and up to 100,000 tasks in total at a time.
1234+
* Returns all tasks in the specified task list. Doesn't return assigned tasks by default (from Docs, Chat Spaces). A user can have up to 20,000 non-hidden tasks per list and up to 100,000 tasks in total at a time.
12351235
*
12361236
* @param params - Parameters for request
12371237
* @param options - Optionally override request options, such as `url`, `method`, and `encoding`.

0 commit comments

Comments
 (0)