You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### tagmanager:v2
The following keys were added:
- schemas.GalleryReference.properties.templateDeveloperId.description
- schemas.GalleryReference.properties.templateDeveloperId.type
Copy file name to clipboardExpand all lines: discovery/tagmanager-v2.json
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3895,7 +3895,7 @@
3895
3895
}
3896
3896
}
3897
3897
},
3898
-
"revision": "20240701",
3898
+
"revision": "20241204",
3899
3899
"rootUrl": "https://tagmanager.googleapis.com/",
3900
3900
"schemas": {
3901
3901
"Account": {
@@ -5144,6 +5144,10 @@
5144
5144
"description": "The signature of the community gallery template as computed at import time. This value is recomputed whenever the template is updated from the gallery.",
5145
5145
"type": "string"
5146
5146
},
5147
+
"templateDeveloperId": {
5148
+
"description": "The developer id of the community gallery template. This value is set whenever the template is created from the gallery.",
5149
+
"type": "string"
5150
+
},
5147
5151
"version": {
5148
5152
"description": "The version of the community gallery template.",
* The signature of the community gallery template as computed at import time. This value is recomputed whenever the template is updated from the gallery.
877
877
*/
878
878
signature?: string|null;
879
+
/**
880
+
* The developer id of the community gallery template. This value is set whenever the template is created from the gallery.
0 commit comments