Skip to content

Commit 15e99ca

Browse files
baywetralfhandl
andauthored
Apply suggestions from code review
Co-authored-by: Ralf Handl <[email protected]>
1 parent 62dbf31 commit 15e99ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/oas.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -988,7 +988,7 @@ This object MAY be extended with [Specification Extensions](#specification-exten
988988
}
989989
],
990990
"additionalOperations": {
991-
"query": {
991+
"QUERY": {
992992
"description": "Returns pets based on ID",
993993
"summary": "Find pets by ID",
994994
"operationId": "queryPetsById",
@@ -1053,7 +1053,7 @@ parameters:
10531053
type: string
10541054
style: simple
10551055
additionalOperations:
1056-
query:
1056+
QUERY:
10571057
description: Returns pets based on ID
10581058
summary: Find pets by ID
10591059
operationId: queryPetsById

0 commit comments

Comments
 (0)