Skip to content

Commit

Permalink
[#124] fixes documentation for create user request to reflect that "e…
Browse files Browse the repository at this point in the history
…mail_address" is always required
  • Loading branch information
philherbert committed Sep 14, 2020
1 parent a27311f commit 7e339a7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions documents/openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,6 @@ components:
email_address:
type: string
nullable: false
description: Required if auth_type is email_auth
mobile_number:
type: string
nullable: false
Expand All @@ -911,7 +910,7 @@ components:
required:
- name
- password
- state
- email_address
- user_permissions
User:
type: object
Expand Down Expand Up @@ -970,7 +969,7 @@ components:
type: string
format: uuid
state:
type: boolean
type: string
CreateServiceRequest:
type: object
properties:
Expand Down

0 comments on commit 7e339a7

Please sign in to comment.