File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -988,10 +988,10 @@ This object MAY be extended with [Specification Extensions](#specification-exten
988
988
}
989
989
],
990
990
"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 ",
995
995
"responses": {
996
996
"200": {
997
997
"description": "pet response",
@@ -1053,9 +1053,9 @@ parameters:
1053
1053
type: string
1054
1054
style: simple
1055
1055
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
1059
1059
operationId: queryPetsById
1060
1060
responses:
1061
1061
'200':
You can’t perform that action at this time.
0 commit comments