Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
itaiad200 committed Oct 9, 2023
1 parent 79b4973 commit a9ef363
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions api/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ components:
properties:
id:
type: string
description: A unique identifier for the user.
description: A unique identifier for the user. Cannot be edited.
creation_date:
type: integer
format: int64
Expand All @@ -686,7 +686,8 @@ components:
type: string
description: |
The email address of the user. If API authentication is enabled, this field is mandatory and will be invited to login.
If API authentication is disabled, this field will be ignored.
If API authentication is disabled, this field will be ignored. All current APIAuthenticators require the email to be
lowercase and unique, although custom authenticators may not enforce this.
CurrentUser:
type: object
Expand Down
5 changes: 3 additions & 2 deletions docs/assets/js/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ components:
properties:
id:
type: string
description: A unique identifier for the user.
description: A unique identifier for the user. Cannot be edited.
creation_date:
type: integer
format: int64
Expand All @@ -686,7 +686,8 @@ components:
type: string
description: |
The email address of the user. If API authentication is enabled, this field is mandatory and will be invited to login.
If API authentication is disabled, this field will be ignored.
If API authentication is disabled, this field will be ignored. All current APIAuthenticators require the email to be
lowercase and unique, although custom authenticators may not enforce this.
CurrentUser:
type: object
Expand Down

0 comments on commit a9ef363

Please sign in to comment.