Skip to content

Commit 7eb397e

Browse files
committed
Update examples
1 parent 10d1ad8 commit 7eb397e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
openapi: "3.0"
2+
info:
3+
title: test
4+
version: "1.0"
5+
paths:
6+
/endpoint:
7+
get:
8+
description: OK
9+
parameters:
10+
- in: query
11+
name: optional_nodefault
12+
schema:
13+
type: string
14+
required: false
15+
- in: query
16+
name: optional_default
17+
schema:
18+
type: string
19+
required: false

0 commit comments

Comments
 (0)