Skip to content

Commit db42598

Browse files
authored
Merge branch 'main' into dependabot/npm_and_yarn/multi-75e6bc5210
2 parents c81ea34 + eefa64d commit db42598

File tree

2 files changed

+27
-5
lines changed

2 files changed

+27
-5
lines changed

config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"mastodonDocsCommit": "701fd405b583afac6c94fa6ed461b0c84419fb6a",
2+
"mastodonDocsCommit": "f87c45a6ffcea51ab0bfb70f789d94f1a3ea5997",
33
"mastodonVersion": "4.5.0",
44
"minimumMastodonVersion": "4.2.0",
55
"blockedFiles": ["methods/notifications_alpha.md"],
@@ -14,6 +14,6 @@
1414
"ed347a1958f584f2a891e15521cffe7aff754a62",
1515
"b7a315c559cb457723c726c1b49f07c35f2bd8a9",
1616
"9a38bf8d99187663fbb905e4aba0205735accf32",
17-
"15798b0700f9685e8dd3b7511de83c21e7acce02"
17+
"6adf07364dc517388c488ff285aec0e9bcc80076"
1818
]
1919
}

dist/schema.json

Lines changed: 25 additions & 3 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 [701fd40](https://github.com/mastodon/documentation/commit/701fd405b583afac6c94fa6ed461b0c84419fb6a). 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 [f87c45a](https://github.com/mastodon/documentation/commit/f87c45a6ffcea51ab0bfb70f789d94f1a3ea5997). 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"
@@ -25649,7 +25649,7 @@
2564925649
"post": {
2565025650
"operationId": "postStatusTranslate",
2565125651
"summary": "Translate a status",
25652-
"description": "Translate the status content into some language.\n\nVersion history:\n\n4.0.0 - added",
25652+
"description": "Translate the status content into some language. Only statuses with Public and Unlisted visibility can be translated.\n\nVersion history:\n\n4.0.0 - added",
2565325653
"tags": [
2565425654
"statuses"
2565525655
],
@@ -25705,6 +25705,21 @@
2570525705
}
2570625706
}
2570725707
},
25708+
"403": {
25709+
"description": "Forbidden",
25710+
"content": {
25711+
"application/json": {
25712+
"schema": {
25713+
"$ref": "#/components/schemas/Error"
25714+
},
25715+
"examples": {
25716+
"Error403Example": {
25717+
"$ref": "#/components/examples/Error403Example"
25718+
}
25719+
}
25720+
}
25721+
}
25722+
},
2570825723
"404": {
2570925724
"description": "Not found",
2571025725
"content": {
@@ -37032,6 +37047,7 @@
3703237047
"replies_count": 5,
3703337048
"reblogs_count": 6,
3703437049
"favourites_count": 11,
37050+
"quotes_count": 2,
3703537051
"favourited": false,
3703637052
"reblogged": false,
3703737053
"muted": false,
@@ -37080,6 +37096,7 @@
3708037096
"mentions": [],
3708137097
"tags": [],
3708237098
"emojis": [],
37099+
"quote": null,
3708337100
"card": {
3708437101
"url": "https://www.theguardian.com/money/2019/dec/07/i-lost-my-193000-inheritance-with-one-wrong-digit-on-my-sort-code",
3708537102
"title": "‘I lost my £193,000 inheritance – with one wrong digit on my sort code’",
@@ -37095,7 +37112,12 @@
3709537112
"image": null,
3709637113
"embed_url": ""
3709737114
},
37098-
"poll": null
37115+
"poll": null,
37116+
"quote_approval": {
37117+
"automatic": [],
37118+
"manual": [],
37119+
"current_user": "automatic"
37120+
}
3709937121
}
3710037122
},
3710137123
"StatusMention": {

0 commit comments

Comments
 (0)