We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 560ccda commit d3b2e98Copy full SHA for d3b2e98
openapi.yaml
@@ -538,6 +538,10 @@ components:
538
- domain_name
539
- subscription
540
- new_subscription
541
+ - display_name
542
+ - user_password
543
+ - email_quota
544
+
545
properties:
546
emails:
547
type: array
@@ -554,6 +558,15 @@ components:
554
558
minimum: 0
555
559
new_subscription:
556
560
type: boolean
561
+ display_name:
562
+ type: string
563
+ minLength: 1
564
+ user_password:
565
566
567
+ email_quota:
568
+ type: integer
569
+ minimum: 0
557
570
571
# Import Related Schemas
572
ImportRequest:
0 commit comments