We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62dbf31 commit 15e99caCopy full SHA for 15e99ca
src/oas.md
@@ -988,7 +988,7 @@ This object MAY be extended with [Specification Extensions](#specification-exten
988
}
989
],
990
"additionalOperations": {
991
- "query": {
+ "QUERY": {
992
"description": "Returns pets based on ID",
993
"summary": "Find pets by ID",
994
"operationId": "queryPetsById",
@@ -1053,7 +1053,7 @@ parameters:
1053
type: string
1054
style: simple
1055
additionalOperations:
1056
- query:
+ QUERY:
1057
description: Returns pets based on ID
1058
summary: Find pets by ID
1059
operationId: queryPetsById
0 commit comments