Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"mastodonDocsCommit": "5c8597039a7ce1acb0941a5331d34d412e2613fd",
"mastodonDocsCommit": "763453594e0b904554d3b58a9c4281057f4c7929",
"mastodonVersion": "4.5.0",
"minimumMastodonVersion": "4.3.0",
"blockedFiles": ["methods/notifications_alpha.md"],
Expand Down
13 changes: 11 additions & 2 deletions dist/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"info": {
"title": "Mastodon API",
"version": "4.5.0",
"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.",
"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.",
"license": {
"name": "GFDL-1.3",
"url": "https://www.gnu.org/licenses/fdl-1.3.en.html"
Expand Down Expand Up @@ -9968,7 +9968,7 @@
]
}
},
"/api/v2/filters/keywords/{id}": {

Check warning on line 9971 in dist/schema.json

View workflow job for this annotation

GitHub Actions / test

no-ambiguous-paths

Paths should resolve unambiguously. Found two ambiguous paths: `/api/v2/filters/{filter_id}/keywords` and `/api/v2/filters/keywords/{id}`.
"get": {
"operationId": "getFiltersKeywordsByIdV2",
"summary": "View a single keyword",
Expand Down Expand Up @@ -10390,7 +10390,7 @@
]
}
},
"/api/v2/filters/statuses/{id}": {

Check warning on line 10393 in dist/schema.json

View workflow job for this annotation

GitHub Actions / test

no-ambiguous-paths

Paths should resolve unambiguously. Found two ambiguous paths: `/api/v2/filters/{filter_id}/keywords` and `/api/v2/filters/statuses/{id}`.
"get": {
"operationId": "getFiltersStatusesByIdV2",
"summary": "View a single status filter",
Expand Down Expand Up @@ -12689,7 +12689,7 @@
"get": {
"operationId": "getInstanceV2",
"summary": "View server information",
"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`",
"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`",
"tags": [
"instance"
],
Expand Down Expand Up @@ -16055,7 +16055,7 @@
]
}
},
"/api/v1/notifications/requests/{id}": {

Check warning on line 16058 in dist/schema.json

View workflow job for this annotation

GitHub Actions / test

no-ambiguous-paths

Paths should resolve unambiguously. Found two ambiguous paths: `/api/v1/notifications/{id}/dismiss` and `/api/v1/notifications/requests/{id}`.
"get": {
"operationId": "getNotificationsRequestsById",
"summary": "Get a single notification request",
Expand Down Expand Up @@ -33344,6 +33344,13 @@
"null"
]
},
"description": {
"description": "The thumbnail's alt text (a description of the image to help people with visual impairments understand its content).",
"type": [
"string",
"null"
]
},
"versions": {
"description": "Links to scaled resolution images, for high DPI screens.",
"type": [
Expand Down Expand Up @@ -33462,6 +33469,7 @@
},
"thumbnail": {
"url": "https://files.mastodon.social/site_uploads/files/000/000/001/@1x/57c12f441d083cde.png",
"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.",
"blurhash": "UeKUpFxuo~R%0nW;WCnhF6RjaJt757oJodS$",
"versions": {
"@1x": "https://files.mastodon.social/site_uploads/files/000/000/001/@1x/57c12f441d083cde.png",
Expand Down Expand Up @@ -39088,6 +39096,7 @@
},
"thumbnail": {
"url": "https://files.mastodon.social/site_uploads/files/000/000/001/@1x/57c12f441d083cde.png",
"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.",
"blurhash": "UeKUpFxuo~R%0nW;WCnhF6RjaJt757oJodS$",
"versions": {
"@1x": "https://files.mastodon.social/site_uploads/files/000/000/001/@1x/57c12f441d083cde.png",
Expand Down