Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Nov 1, 2024
1 parent 63cd546 commit 90892a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ class Config:

class GroupUserAdd(InputSchema):
"""
To identify the user, you can either use `email` or user ID (`uid`)
Identify the user with either `email` or `uid` — only one.
"""

uid: UserID | None = None
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4328,7 +4328,7 @@ paths:
'403':
description: ProjectInvalidRightsError
'404':
description: UserDefaultWalletNotFoundError, ProjectNotFoundError
description: ProjectNotFoundError, UserDefaultWalletNotFoundError
'409':
description: ProjectTooManyProjectOpenedError
'422':
Expand Down Expand Up @@ -8710,7 +8710,7 @@ components:
title: Email
type: string
format: email
description: To identify the user, you can either use `email` or user ID (`uid`)
description: "Identify the user with either `email` or `uid` \u2014 only one."
GroupUserGet:
title: GroupUserGet
required:
Expand Down

0 comments on commit 90892a0

Please sign in to comment.