File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1056,7 +1056,7 @@ additionalOperations:
1056
1056
COPY:
1057
1057
description: Copies pet information based on ID
1058
1058
summary: Copies pets by ID
1059
- operationId: queryPetsById
1059
+ operationId: copyPetsById
1060
1060
responses:
1061
1061
'200':
1062
1062
description: pet response
Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ paths:
34
34
type : string
35
35
style : simple
36
36
additionalOperations :
37
- QUERY :
38
- description : Returns pets based on ID
39
- summary : Find pets by ID
40
- operationId : queryPetsById
37
+ COPY :
38
+ description : Copies pet information based on ID
39
+ summary : Copies pets by ID
40
+ operationId : copyPetsById
41
41
responses :
42
42
' 200 ' :
43
43
description : pet response
You can’t perform that action at this time.
0 commit comments