Skip to content

Commit 348bc06

Browse files
abrahamgithub-actions[bot]
authored andcommitted
Update docs SHA and regenerate OpenAPI schema
1 parent b0c8cd3 commit 348bc06

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

config.json

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

dist/schema.json

Lines changed: 11 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 [5c85970](https://github.com/mastodon/documentation/commit/5c8597039a7ce1acb0941a5331d34d412e2613fd). 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 [7634535](https://github.com/mastodon/documentation/commit/763453594e0b904554d3b58a9c4281057f4c7929). 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"
@@ -12689,7 +12689,7 @@
1268912689
"get": {
1269012690
"operationId": "getInstanceV2",
1269112691
"summary": "View server information",
12692-
"description": "Obtain general information about the server.\n\nVersion history:\n\n4.0.0 - added\\\n4.1.0 - added `configuration.urls.status`\\\n4.2.0 - added `registrations.url`\\\n4.3.0 - added `configuration.vapid.public_key`, `api_versions`, `configuration.accounts.max_pinned_statuses`, `icon`\\\n4.4.0 - added `configuration.urls.about`, `configuration.urls.privacy_policy`, `configuration.urls.terms_of_service`, `registrations.min_age`, `registrations.reason_required`, `configuration.limited_federation`",
12692+
"description": "Obtain general information about the server.\n\nVersion history:\n\n4.0.0 - added\\\n4.1.0 - added `configuration.urls.status`\\\n4.2.0 - added `registrations.url`\\\n4.3.0 - added `configuration.vapid.public_key`, `api_versions`, `configuration.accounts.max_pinned_statuses`, `icon`\\\n4.4.0 - added `configuration.urls.about`, `configuration.urls.privacy_policy`, `configuration.urls.terms_of_service`, `registrations.min_age`, `registrations.reason_required`, `configuration.limited_federation`\\\n4.6.0 - added `thumbnail.description`",
1269312693
"tags": [
1269412694
"instance"
1269512695
],
@@ -33344,6 +33344,13 @@
3334433344
"null"
3334533345
]
3334633346
},
33347+
"description": {
33348+
"description": "The thumbnail's alt text (a description of the image to help people with visual impairments understand its content).",
33349+
"type": [
33350+
"string",
33351+
"null"
33352+
]
33353+
},
3334733354
"versions": {
3334833355
"description": "Links to scaled resolution images, for high DPI screens.",
3334933356
"type": [
@@ -33462,6 +33469,7 @@
3346233469
},
3346333470
"thumbnail": {
3346433471
"url": "https://files.mastodon.social/site_uploads/files/000/000/001/@1x/57c12f441d083cde.png",
33472+
"description": "Colourful illustration of a Mastodon (a sort of elephant) carrying a bindle and joining a group of other Mastodons. The other Mastodons have many different colours and are holding up a Welcome sign.",
3346533473
"blurhash": "UeKUpFxuo~R%0nW;WCnhF6RjaJt757oJodS$",
3346633474
"versions": {
3346733475
"@1x": "https://files.mastodon.social/site_uploads/files/000/000/001/@1x/57c12f441d083cde.png",
@@ -39088,6 +39096,7 @@
3908839096
},
3908939097
"thumbnail": {
3909039098
"url": "https://files.mastodon.social/site_uploads/files/000/000/001/@1x/57c12f441d083cde.png",
39099+
"description": "Colourful illustration of a Mastodon (a sort of elephant) carrying a bindle and joining a group of other Mastodons. The other Mastodons have many different colours and are holding up a Welcome sign.",
3909139100
"blurhash": "UeKUpFxuo~R%0nW;WCnhF6RjaJt757oJodS$",
3909239101
"versions": {
3909339102
"@1x": "https://files.mastodon.social/site_uploads/files/000/000/001/@1x/57c12f441d083cde.png",

0 commit comments

Comments
 (0)