Skip to content

Commit d3b2e98

Browse files
Update openapi.yaml
1 parent 560ccda commit d3b2e98

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

openapi.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,10 @@ components:
538538
- domain_name
539539
- subscription
540540
- new_subscription
541+
- display_name
542+
- user_password
543+
- email_quota
544+
541545
properties:
542546
emails:
543547
type: array
@@ -554,6 +558,15 @@ components:
554558
minimum: 0
555559
new_subscription:
556560
type: boolean
561+
display_name:
562+
type: string
563+
minLength: 1
564+
user_password:
565+
type: string
566+
minLength: 1
567+
email_quota:
568+
type: integer
569+
minimum: 0
557570

558571
# Import Related Schemas
559572
ImportRequest:

0 commit comments

Comments
 (0)