Skip to content

Commit a28f664

Browse files
abrahamgithub-actions[bot]
authored andcommitted
Update docs SHA and regenerate OpenAPI schema
1 parent 6979d3f commit a28f664

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"mastodonDocsCommit": "f691fe0e1fc4b0f9c85b754faea2cb0667e93478",
2+
"mastodonDocsCommit": "3ba2c589e8a018ec538d0fc39ee6740df62cfbf7",
33
"mastodonVersion": "4.5.0",
44
"minimumMastodonVersion": "4.2.0",
55
"blockedFiles": ["methods/notifications_alpha.md"],

dist/schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "Mastodon API",
55
"version": "4.5.0",
6-
"description": "Unofficial documentation for the Mastodon API. Generated with [mastodon-openapi](https://github.com/abraham/mastodon-openapi) from [f691fe0](https://github.com/mastodon/documentation/commit/f691fe0e1fc4b0f9c85b754faea2cb0667e93478). Targets [supported](https://github.com/mastodon/mastodon/security/policy#supported-versions) Mastodon versions.",
6+
"description": "Unofficial documentation for the Mastodon API. Generated with [mastodon-openapi](https://github.com/abraham/mastodon-openapi) from [3ba2c58](https://github.com/mastodon/documentation/commit/3ba2c589e8a018ec538d0fc39ee6740df62cfbf7). Targets [supported](https://github.com/mastodon/mastodon/security/policy#supported-versions) Mastodon versions.",
77
"license": {
88
"name": "GFDL-1.3",
99
"url": "https://www.gnu.org/licenses/fdl-1.3.en.html"
@@ -34043,7 +34043,7 @@
3404334043
"$ref": "#/components/schemas/QuoteStateEnum"
3404434044
},
3404534045
"quoted_status": {
34046-
"description": "The status being quoted, if the quote has been accepted. This will be `null`, unless the `state` attribute is `accepted`.",
34046+
"description": "The status being quoted, if the quote has been accepted. This will be `null`, unless the `state` attribute is `accepted`, `blocked_account`, `blocked_domain`, or `muted_account`.",
3404734047
"oneOf": [
3404834048
{
3404934049
"$ref": "#/components/schemas/Status"

0 commit comments

Comments
 (0)