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:
10561056 COPY:
10571057 description: Copies pet information based on ID
10581058 summary: Copies pets by ID
1059- operationId: queryPetsById
1059+ operationId: copyPetsById
10601060 responses:
10611061 '200':
10621062 description: pet response
Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ paths:
3434 type : string
3535 style : simple
3636 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
4141 responses :
4242 ' 200 ' :
4343 description : pet response
You can’t perform that action at this time.
0 commit comments