Skip to content

Commit 2dc3e06

Browse files
committed
docs: updates additional operation samples to match hoisting of query
Signed-off-by: Vincent Biret <[email protected]>
1 parent 61fee04 commit 2dc3e06

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/oas.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -988,10 +988,10 @@ This object MAY be extended with [Specification Extensions](#specification-exten
988988
}
989989
],
990990
"additionalOperations": {
991-
"QUERY": {
992-
"description": "Returns pets based on ID",
993-
"summary": "Find pets by ID",
994-
"operationId": "queryPetsById",
991+
"COPY": {
992+
"description": "Copies pet information based on ID",
993+
"summary": "Copies pets by ID",
994+
"operationId": "copyPetsById",
995995
"responses": {
996996
"200": {
997997
"description": "pet response",
@@ -1053,9 +1053,9 @@ parameters:
10531053
type: string
10541054
style: simple
10551055
additionalOperations:
1056-
QUERY:
1057-
description: Returns pets based on ID
1058-
summary: Find pets by ID
1056+
COPY:
1057+
description: Copies pet information based on ID
1058+
summary: Copies pets by ID
10591059
operationId: queryPetsById
10601060
responses:
10611061
'200':

0 commit comments

Comments
 (0)