update dependencies

This commit is contained in:
Sebastian Thiel
2023-01-25 11:39:00 +01:00
parent 37ccd2238d
commit 3edefb7f01
357 changed files with 128026 additions and 16259 deletions

View File

@@ -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"
}

View File

@@ -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"
}