Skip to content

Commit 3103e10

Browse files
committed
v32 - additionalOperations
1 parent 2956b35 commit 3103e10

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
openapi: 3.2.0
2+
info:
3+
title: query Example
4+
version: 1.0.0
5+
6+
servers:
7+
- url: /
8+
9+
paths:
10+
/api/data:
11+
additionalOperations:
12+
test:
13+
operationId: test
14+
responses:
15+
"200":
16+
content:
17+
application/json:
18+
schema:
19+
type: string
20+
const: ok

0 commit comments

Comments
 (0)