Skip to content

Commit a8600f5

Browse files
feat(blogger): update the api
#### blogger:v2 The following keys were added: - schemas.Blog.properties.customMetaData.deprecated (Total Keys: 1) - schemas.Post.properties.customMetaData.deprecated (Total Keys: 1) #### blogger:v3 The following keys were added: - schemas.Blog.properties.customMetaData.deprecated (Total Keys: 1) - schemas.Post.properties.customMetaData.deprecated (Total Keys: 1)
1 parent b197b9c commit a8600f5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

googleapiclient/discovery_cache/documents/blogger.v2.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,13 +401,14 @@
401401
}
402402
}
403403
},
404-
"revision": "20240708",
404+
"revision": "20250524",
405405
"rootUrl": "https://blogger.googleapis.com/",
406406
"schemas": {
407407
"Blog": {
408408
"id": "Blog",
409409
"properties": {
410410
"customMetaData": {
411+
"deprecated": true,
411412
"description": "The JSON custom meta-data for the Blog.",
412413
"type": "string"
413414
},
@@ -899,6 +900,7 @@
899900
"type": "string"
900901
},
901902
"customMetaData": {
903+
"deprecated": true,
902904
"description": "The JSON meta-data for the Post.",
903905
"type": "string"
904906
},

googleapiclient/discovery_cache/documents/blogger.v3.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1710,13 +1710,14 @@
17101710
}
17111711
}
17121712
},
1713-
"revision": "20240708",
1713+
"revision": "20250524",
17141714
"rootUrl": "https://blogger.googleapis.com/",
17151715
"schemas": {
17161716
"Blog": {
17171717
"id": "Blog",
17181718
"properties": {
17191719
"customMetaData": {
1720+
"deprecated": true,
17201721
"description": "The JSON custom meta-data for the Blog.",
17211722
"type": "string"
17221723
},
@@ -2250,6 +2251,7 @@
22502251
"type": "string"
22512252
},
22522253
"customMetaData": {
2254+
"deprecated": true,
22532255
"description": "The JSON meta-data for the Post.",
22542256
"type": "string"
22552257
},

0 commit comments

Comments
 (0)