Skip to content

Commit d2de5d3

Browse files
break
1 parent 832b1fd commit d2de5d3

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

simple.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ components:
99
groupId:
1010
in: query
1111
name: groupId
12-
required: true
12+
required: false
1313
schema:
1414
type: string
1515
schemas:
@@ -29,9 +29,11 @@ components:
2929
readOnly: true
3030
name:
3131
type: string
32+
email:
33+
type: string
3234
required:
3335
- name
34-
- id
36+
- email
3537
paths:
3638
/api/v1.0/groups:
3739
post:

0 commit comments

Comments
 (0)