mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
update dependencies
This commit is contained in:
@@ -401,7 +401,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20220305",
|
||||
"revision": "20230124",
|
||||
"rootUrl": "https://blogger.googleapis.com/",
|
||||
"schemas": {
|
||||
"Blog": {
|
||||
@@ -813,6 +813,10 @@
|
||||
"description": "The title of this entity. This is the name displayed in the Admin user interface.",
|
||||
"type": "string"
|
||||
},
|
||||
"trashed": {
|
||||
"description": "RFC 3339 date-time when this Page was trashed.",
|
||||
"type": "string"
|
||||
},
|
||||
"updated": {
|
||||
"description": "RFC 3339 date-time when this Page was last updated.",
|
||||
"type": "string"
|
||||
@@ -1021,6 +1025,10 @@
|
||||
"description": "The title link URL, similar to atom's related link.",
|
||||
"type": "string"
|
||||
},
|
||||
"trashed": {
|
||||
"description": "RFC 3339 date-time when this Post was last trashed.",
|
||||
"type": "string"
|
||||
},
|
||||
"updated": {
|
||||
"description": "RFC 3339 date-time when this Post was last updated.",
|
||||
"type": "string"
|
||||
@@ -1125,6 +1133,6 @@
|
||||
}
|
||||
},
|
||||
"servicePath": "",
|
||||
"title": "Blogger API v3",
|
||||
"title": "Blogger API",
|
||||
"version": "v2"
|
||||
}
|
||||
@@ -713,6 +713,11 @@
|
||||
"location": "path",
|
||||
"required": true,
|
||||
"type": "string"
|
||||
},
|
||||
"useTrash": {
|
||||
"description": "Move to Trash if possible",
|
||||
"location": "query",
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"path": "v3/blogs/{blogId}/pages/{pageId}",
|
||||
@@ -1174,6 +1179,11 @@
|
||||
"location": "path",
|
||||
"required": true,
|
||||
"type": "string"
|
||||
},
|
||||
"useTrash": {
|
||||
"description": "Move to Trash if possible",
|
||||
"location": "query",
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"path": "v3/blogs/{blogId}/posts/{postId}",
|
||||
@@ -1386,6 +1396,22 @@
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
},
|
||||
"sortOption": {
|
||||
"default": "DESCENDING",
|
||||
"description": "Sort direction applied to post list.",
|
||||
"enum": [
|
||||
"SORT_OPTION_UNSPECIFIED",
|
||||
"DESCENDING",
|
||||
"ASCENDING"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"The unspecified sort option.",
|
||||
"The option to sort posts in descending order in time.",
|
||||
"The option to sort posts in ascending order in time."
|
||||
],
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
},
|
||||
"startDate": {
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
@@ -1684,7 +1710,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20220305",
|
||||
"revision": "20230124",
|
||||
"rootUrl": "https://blogger.googleapis.com/",
|
||||
"schemas": {
|
||||
"Blog": {
|
||||
@@ -2096,6 +2122,10 @@
|
||||
"description": "The title of this entity. This is the name displayed in the Admin user interface.",
|
||||
"type": "string"
|
||||
},
|
||||
"trashed": {
|
||||
"description": "RFC 3339 date-time when this Page was trashed.",
|
||||
"type": "string"
|
||||
},
|
||||
"updated": {
|
||||
"description": "RFC 3339 date-time when this Page was last updated.",
|
||||
"type": "string"
|
||||
@@ -2346,6 +2376,10 @@
|
||||
"description": "The title link URL, similar to atom's related link.",
|
||||
"type": "string"
|
||||
},
|
||||
"trashed": {
|
||||
"description": "RFC 3339 date-time when this Post was last trashed.",
|
||||
"type": "string"
|
||||
},
|
||||
"updated": {
|
||||
"description": "RFC 3339 date-time when this Post was last updated.",
|
||||
"type": "string"
|
||||
@@ -2515,6 +2549,6 @@
|
||||
}
|
||||
},
|
||||
"servicePath": "",
|
||||
"title": "Blogger API v3",
|
||||
"title": "Blogger API",
|
||||
"version": "v3"
|
||||
}
|
||||
Reference in New Issue
Block a user