Skip to content

Commit 69d5d9c

Browse files
fix(tasks): update the API
#### tasks:v1 The following keys were changed: - resources.tasks.methods.move.parameters.parent.description
1 parent bd54d5e commit 69d5d9c

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
@@ -475,7 +475,7 @@
475475
"type": "string"
476476
},
477477
"parent": {
478-
"description": "Optional. New parent task identifier. If the task is moved to the top level, this parameter is omitted. The task set as parent must exist in the task list and can not be hidden. Exceptions: 1. Assigned tasks can not be set as parent task (have subtasks) or be moved under a parent task (become subtasks). 2. Tasks that are both completed and hidden cannot be nested, so the parent field must be empty.",
478+
"description": "Optional. New parent task identifier. If the task is moved to the top level, this parameter is omitted. The task set as parent must exist in the task list and can not be hidden. Exceptions: 1. Assigned and repeating tasks cannot be set as parent tasks (have subtasks), or be moved under a parent task (become subtasks). 2. Tasks that are both completed and hidden cannot be nested, so the parent field must be empty.",
479479
"location": "query",
480480
"type": "string"
481481
},
@@ -576,7 +576,7 @@
576576
}
577577
}
578578
},
579-
"revision": "20250415",
579+
"revision": "20250518",
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
@@ -1679,7 +1679,7 @@ export namespace tasks_v1 {
16791679
*/
16801680
destinationTasklist?: string;
16811681
/**
1682-
* Optional. New parent task identifier. If the task is moved to the top level, this parameter is omitted. The task set as parent must exist in the task list and can not be hidden. Exceptions: 1. Assigned tasks can not be set as parent task (have subtasks) or be moved under a parent task (become subtasks). 2. Tasks that are both completed and hidden cannot be nested, so the parent field must be empty.
1682+
* Optional. New parent task identifier. If the task is moved to the top level, this parameter is omitted. The task set as parent must exist in the task list and can not be hidden. Exceptions: 1. Assigned and repeating tasks cannot be set as parent tasks (have subtasks), or be moved under a parent task (become subtasks). 2. Tasks that are both completed and hidden cannot be nested, so the parent field must be empty.
16831683
*/
16841684
parent?: string;
16851685
/**

0 commit comments

Comments
 (0)