We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e465abc commit 3fb4d91Copy full SHA for 3fb4d91
2 files changed
src/oas.md
@@ -1056,7 +1056,7 @@ additionalOperations:
1056
COPY:
1057
description: Copies pet information based on ID
1058
summary: Copies pets by ID
1059
- operationId: queryPetsById
+ operationId: copyPetsById
1060
responses:
1061
'200':
1062
description: pet response
tests/schema/pass/path-item-object-example.yaml
@@ -34,10 +34,10 @@ paths:
34
type: string
35
style: simple
36
additionalOperations:
37
- QUERY:
38
- description: Returns pets based on ID
39
- summary: Find pets by ID
40
+ COPY:
+ description: Copies pet information based on ID
+ summary: Copies pets by ID
41
42
43
0 commit comments