Skip to content

Commit

Permalink
feat(script): update the api
Browse files Browse the repository at this point in the history
#### script:v1

The following keys were deleted:
- schemas.Content.properties.revertFlumeInvoked.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Jan 8, 2024
1 parent 6dd096b commit f2b8610
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
3 changes: 0 additions & 3 deletions docs/dyn/script_v1.projects.html
Expand Up @@ -226,7 +226,6 @@ <h3>Method Details</h3>
&quot;updateTime&quot;: &quot;A String&quot;, # Last modified date timestamp. This read-only field is only visible to users who have WRITER permission for the script project.
},
],
&quot;revertFlumeInvoked&quot;: True or False, # Set to true if called from revert flume to allow deletion of system generated manifest file while validating content request. This value is false by default.
&quot;scriptId&quot;: &quot;A String&quot;, # The script project&#x27;s Drive ID.
}</pre>
</div>
Expand Down Expand Up @@ -311,7 +310,6 @@ <h3>Method Details</h3>
&quot;updateTime&quot;: &quot;A String&quot;, # Last modified date timestamp. This read-only field is only visible to users who have WRITER permission for the script project.
},
],
&quot;revertFlumeInvoked&quot;: True or False, # Set to true if called from revert flume to allow deletion of system generated manifest file while validating content request. This value is false by default.
&quot;scriptId&quot;: &quot;A String&quot;, # The script project&#x27;s Drive ID.
}

Expand Down Expand Up @@ -349,7 +347,6 @@ <h3>Method Details</h3>
&quot;updateTime&quot;: &quot;A String&quot;, # Last modified date timestamp. This read-only field is only visible to users who have WRITER permission for the script project.
},
],
&quot;revertFlumeInvoked&quot;: True or False, # Set to true if called from revert flume to allow deletion of system generated manifest file while validating content request. This value is false by default.
&quot;scriptId&quot;: &quot;A String&quot;, # The script project&#x27;s Drive ID.
}</pre>
</div>
Expand Down
6 changes: 1 addition & 5 deletions googleapiclient/discovery_cache/documents/script.v1.json
Expand Up @@ -891,7 +891,7 @@
}
}
},
"revision": "20231218",
"revision": "20240108",
"rootUrl": "https://script.googleapis.com/",
"schemas": {
"Content": {
Expand All @@ -905,10 +905,6 @@
},
"type": "array"
},
"revertFlumeInvoked": {
"description": "Set to true if called from revert flume to allow deletion of system generated manifest file while validating content request. This value is false by default.",
"type": "boolean"
},
"scriptId": {
"description": "The script project's Drive ID.",
"type": "string"
Expand Down

0 comments on commit f2b8610

Please sign in to comment.