Skip to content

Commit 82fcaf9

Browse files
fix(script): update the API
#### script:v1 The following keys were changed: - schemas.Project.properties.parentId.description
1 parent 1f49314 commit 82fcaf9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎discovery/script-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@
891891
}
892892
}
893893
},
894-
"revision": "20250130",
894+
"revision": "20250406",
895895
"rootUrl": "https://script.googleapis.com/",
896896
"schemas": {
897897
"Content": {
@@ -1614,7 +1614,7 @@
16141614
"description": "User who last modified the script."
16151615
},
16161616
"parentId": {
1617-
"description": "The parent's Drive ID that the script will be attached to. This is usually the ID of a Google Document or Google Sheet. This filed is optional, and if not set, a stand-alone script will be created.",
1617+
"description": "The parent's Drive ID that the script will be attached to. This is usually the ID of a Google Document or Google Sheet. This field is optional, and if not set, a stand-alone script will be created.",
16181618
"type": "string"
16191619
},
16201620
"scriptId": {

‎src/apis/script/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ export namespace script_v1 {
592592
*/
593593
lastModifyUser?: Schema$GoogleAppsScriptTypeUser;
594594
/**
595-
* The parent's Drive ID that the script will be attached to. This is usually the ID of a Google Document or Google Sheet. This filed is optional, and if not set, a stand-alone script will be created.
595+
* The parent's Drive ID that the script will be attached to. This is usually the ID of a Google Document or Google Sheet. This field is optional, and if not set, a stand-alone script will be created.
596596
*/
597597
parentId?: string | null;
598598
/**

0 commit comments

Comments
 (0)