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
3 changes: 2 additions & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"c6b60e2470226fd7bae1fcfebd4a372775f83419",
"cb223aa9f88db46557ee5722f347055a69e0b3df",
"ed347a1958f584f2a891e15521cffe7aff754a62",
"b7a315c559cb457723c726c1b49f07c35f2bd8a9"
"b7a315c559cb457723c726c1b49f07c35f2bd8a9",
"9a38bf8d99187663fbb905e4aba0205735accf32"
]
}
18 changes: 9 additions & 9 deletions dist/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -10643,7 +10643,7 @@
]
}
},
"/api/v2/filters/keywords/{id}": {

Check warning on line 10646 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 @@ -11095,7 +11095,7 @@
]
}
},
"/api/v2/filters/statuses/{id}": {

Check warning on line 11098 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 @@ -34186,11 +34186,6 @@
"description": "URLs of interest for clients apps.",
"type": "object",
"properties": {
"streaming": {
"description": "The Websockets URL for connecting to the streaming API.",
"type": "string",
"format": "uri"
},
"about": {
"description": "The URL of the server's about page.",
"type": [
Expand All @@ -34215,6 +34210,14 @@
],
"format": "uri"
},
"streaming": {
"description": "The Websockets URL for connecting to the streaming API.",
"type": [
"string",
"null"
],
"format": "uri"
},
"terms_of_service": {
"description": "The URL of the server's current terms of service, if any.",
"type": [
Expand All @@ -34223,10 +34226,7 @@
],
"format": "uri"
}
},
"required": [
"streaming"
]
}
},
"limited_federation": {
"description": "Whether federation is limited to explicitly allowed domains.",
Expand Down