Skip to content

Commit 5114ea2

Browse files
authored
Merge pull request #426 from abraham/update
Update spec
2 parents 529399e + 0bb1243 commit 5114ea2

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
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": "4e816e8affc4fe53c8509d1e93847c7c5b29054c",
2+
"mastodonDocsCommit": "a10e8807dc16a83b5c1d3f5187accf4375d8193c",
33
"mastodonVersion": "4.4.0",
44
"minimumMastodonVersion": "4.2.0"
55
}

dist/schema.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "Mastodon API",
55
"version": "4.4.0",
6-
"description": "Unofficial documentation for the Mastodon API. Generated with [mastodon-openapi](https://github.com/abraham/mastodon-openapi) from [4e816e8](https://github.com/mastodon/documentation/commit/4e816e8affc4fe53c8509d1e93847c7c5b29054c).",
6+
"description": "Unofficial documentation for the Mastodon API. Generated with [mastodon-openapi](https://github.com/abraham/mastodon-openapi) from [a10e880](https://github.com/mastodon/documentation/commit/a10e8807dc16a83b5c1d3f5187accf4375d8193c).",
77
"license": {
88
"name": "GFDL-1.3",
99
"url": "https://www.gnu.org/licenses/fdl-1.3.en.html"
@@ -37211,6 +37211,17 @@
3721137211
}
3721237212
]
3721337213
},
37214+
"quote": {
37215+
"description": "Information about the status being quoted, if any",
37216+
"oneOf": [
37217+
{
37218+
"$ref": "#/components/schemas/Quote"
37219+
},
37220+
{
37221+
"type": "null"
37222+
}
37223+
]
37224+
},
3721437225
"quote_approval": {
3721537226
"description": "Summary of the post quote's approval policy and how it applies to the user making the request, that is, whether the user can be expected to be allowed to quote that post",
3721637227
"oneOf": [

0 commit comments

Comments
 (0)