Skip to content

Commit 04cea8c

Browse files
committed
Update spec
1 parent 06e16e7 commit 04cea8c

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

config.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
2-
"mastodonDocsCommit": "131d4cddf6487a63023e701ba4101e6fb483019f",
2+
"mastodonDocsCommit": "a58a4775a9e78dee42c0edea50de200b2d70d00c",
33
"mastodonVersion": "4.5.0",
44
"minimumMastodonVersion": "4.2.0",
55
"blockedFiles": ["methods/notifications_alpha.md"],
66
"overridesRepository": "https://github.com/abraham/documentation",
77
"overrideCommits": [
88
"b1d8f95b506e2d734876ef47ec0f4e1feb4f5618",
99
"c6b60e2470226fd7bae1fcfebd4a372775f83419",
10-
"9a38bf8d99187663fbb905e4aba0205735accf32"
10+
"9a38bf8d99187663fbb905e4aba0205735accf32",
11+
"c4ddc27e721c08797d4147bef3314383010c953c"
1112
]
1213
}

dist/schema.json

Lines changed: 3 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 [131d4cd](https://github.com/mastodon/documentation/commit/131d4cddf6487a63023e701ba4101e6fb483019f). 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 [a58a477](https://github.com/mastodon/documentation/commit/a58a4775a9e78dee42c0edea50de200b2d70d00c). 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"
@@ -7031,7 +7031,7 @@
70317031
"post": {
70327032
"operationId": "createDomainBlock",
70337033
"summary": "Block a domain",
7034-
"description": "Block a domain to:",
7034+
"description": "Block a domain to change interactions with that domain's server:",
70357035
"tags": [
70367036
"domain_blocks"
70377037
],
@@ -9493,7 +9493,7 @@
94939493
},
94949494
"expires_in": {
94959495
"type": "integer",
9496-
"description": "How many seconds from now should the filter expire?"
9496+
"description": "How many seconds from now should the filter expire? Defaults to never expire."
94979497
},
94989498
"filter_action": {
94999499
"type": "string",

0 commit comments

Comments
 (0)