[skip ci] Updated swagger docs
This commit is contained in:
parent
b5086febc7
commit
ff70fa1369
|
|
@ -7576,7 +7576,7 @@ const docTemplate = `{
|
|||
"JWTKeyAuth": []
|
||||
}
|
||||
],
|
||||
"description": "Search for a user by its username, name or full email. Name (not username) or email require that the user has enabled this in their settings.",
|
||||
"description": "Search for a user by its username, name or full email. Name (not username) or email require that the user has enabled this in their settings, unless both users share an external team (synced via OIDC/LDAP), in which case they can always find each other.",
|
||||
"consumes": [
|
||||
"application/json"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -7568,7 +7568,7 @@
|
|||
"JWTKeyAuth": []
|
||||
}
|
||||
],
|
||||
"description": "Search for a user by its username, name or full email. Name (not username) or email require that the user has enabled this in their settings.",
|
||||
"description": "Search for a user by its username, name or full email. Name (not username) or email require that the user has enabled this in their settings, unless both users share an external team (synced via OIDC/LDAP), in which case they can always find each other.",
|
||||
"consumes": [
|
||||
"application/json"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -6718,7 +6718,9 @@ paths:
|
|||
consumes:
|
||||
- application/json
|
||||
description: Search for a user by its username, name or full email. Name (not
|
||||
username) or email require that the user has enabled this in their settings.
|
||||
username) or email require that the user has enabled this in their settings,
|
||||
unless both users share an external team (synced via OIDC/LDAP), in which
|
||||
case they can always find each other.
|
||||
parameters:
|
||||
- description: The search criteria.
|
||||
in: query
|
||||
|
|
|
|||
Loading…
Reference in New Issue