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
5 changes: 2 additions & 3 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"mastodonDocsCommit": "9740b2a386267ec66e064146516b820803657e5f",
"mastodonDocsCommit": "f691fe0e1fc4b0f9c85b754faea2cb0667e93478",
"mastodonVersion": "4.5.0",
"minimumMastodonVersion": "4.2.0",
"blockedFiles": ["methods/notifications_alpha.md"],
"overridesRepository": "https://github.com/abraham/documentation",
"overrideCommits": [
"b1d8f95b506e2d734876ef47ec0f4e1feb4f5618",
"c6b60e2470226fd7bae1fcfebd4a372775f83419",
"9a38bf8d99187663fbb905e4aba0205735accf32",
"15751167f62fb97fc2e25c76f986b4e363e2a477"
"9a38bf8d99187663fbb905e4aba0205735accf32"
]
}
2 changes: 1 addition & 1 deletion 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 [9740b2a](https://github.com/mastodon/documentation/commit/9740b2a386267ec66e064146516b820803657e5f). 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 [f691fe0](https://github.com/mastodon/documentation/commit/f691fe0e1fc4b0f9c85b754faea2cb0667e93478). 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 @@ -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