Skip to content

Commit 3fb4d91

Browse files
committed
ci: fixes pass example test
Signed-off-by: Vincent Biret <[email protected]>
1 parent e465abc commit 3fb4d91

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/oas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

tests/schema/pass/path-item-object-example.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)