diff --git a/documents/openapi/openapi.yaml b/documents/openapi/openapi.yaml index 0d9706f708..6d0d750db5 100644 --- a/documents/openapi/openapi.yaml +++ b/documents/openapi/openapi.yaml @@ -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 @@ -911,7 +910,7 @@ components: required: - name - password - - state + - email_address - user_permissions User: type: object @@ -970,7 +969,7 @@ components: type: string format: uuid state: - type: boolean + type: string CreateServiceRequest: type: object properties: