[skip ci] Updated swagger docs

This commit is contained in:
Frederick [Bot] 2026-03-04 19:40:40 +00:00
parent b5086febc7
commit ff70fa1369
3 changed files with 5 additions and 3 deletions

View File

@ -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"
],

View File

@ -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"
],

View File

@ -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