Skip to content

Commit 0a14b75

Browse files
chore(script): update the api
1 parent 5721ce7 commit 0a14b75

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/dyn/script_v1.projects.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ <h3>Method Details</h3>
116116
body: object, The request body.
117117
The object takes the form of:
118118

119-
{ # Request to create a script project.
119+
{ # Request to create a script project. Request to create a script project.
120120
&quot;parentId&quot;: &quot;A String&quot;, # The Drive ID of a parent file that the created script project is bound to. This is usually the ID of a Google Doc, Google Sheet, Google Form, or Google Slides file. If not set, a standalone script project is created.
121121
&quot;title&quot;: &quot;A String&quot;, # The title for the project.
122122
}

googleapiclient/discovery_cache/documents/script.v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@
887887
}
888888
}
889889
},
890-
"revision": "20210206",
890+
"revision": "20210227",
891891
"rootUrl": "https://script.googleapis.com/",
892892
"schemas": {
893893
"Content": {
@@ -909,7 +909,7 @@
909909
"type": "object"
910910
},
911911
"CreateProjectRequest": {
912-
"description": "Request to create a script project.",
912+
"description": "Request to create a script project. Request to create a script project.",
913913
"id": "CreateProjectRequest",
914914
"properties": {
915915
"parentId": {

0 commit comments

Comments
 (0)