Skip to content

Commit 8d92a32

Browse files
feat(tagmanager): update the api
#### tagmanager:v2 The following keys were added: - schemas.GetContainerSnippetResponse.properties.containerConfig.type (Total Keys: 1)
1 parent 82133a8 commit 8d92a32

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/dyn/tagmanager_v2.accounts.containers.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,7 @@ <h3>Method Details</h3>
566566
An object of the form:
567567

568568
{
569+
&quot;containerConfig&quot;: &quot;A String&quot;, # Server container config param for manually provisioning a tagging server.
569570
&quot;snippet&quot;: &quot;A String&quot;, # Tagging snippet for a Container.
570571
}</pre>
571572
</div>

googleapiclient/discovery_cache/documents/tagmanager.v2.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3895,7 +3895,7 @@
38953895
}
38963896
}
38973897
},
3898-
"revision": "20250129",
3898+
"revision": "20250218",
38993899
"rootUrl": "https://tagmanager.googleapis.com/",
39003900
"schemas": {
39013901
"Account": {
@@ -5162,6 +5162,10 @@
51625162
"GetContainerSnippetResponse": {
51635163
"id": "GetContainerSnippetResponse",
51645164
"properties": {
5165+
"containerConfig": {
5166+
"description": "Server container config param for manually provisioning a tagging server.",
5167+
"type": "string"
5168+
},
51655169
"snippet": {
51665170
"description": "Tagging snippet for a Container.",
51675171
"type": "string"

0 commit comments

Comments
 (0)