Add HTTP 409 error when creating robot account (#22201)
Build Package Workflow / BUILD_PACKAGE (push) Waiting to run Details
Code scanning - action / CodeQL-Build (push) Waiting to run Details
CI / UTTEST (push) Has been cancelled Details
CI / APITEST_DB (push) Has been cancelled Details
CI / APITEST_DB_PROXY_CACHE (push) Has been cancelled Details
CI / APITEST_LDAP (push) Has been cancelled Details
CI / OFFLINE (push) Has been cancelled Details
CI / UI_UT (push) Has been cancelled Details

fixes #22107

Signed-off-by: stonezdj <stone.zhang@broadcom.com>
This commit is contained in:
stonezdj(Daojun Zhang) 2025-07-29 18:03:00 +08:00 committed by GitHub
parent 257afebd5f
commit 171d9b4c0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -3031,6 +3031,8 @@ paths:
type: string type: string
'401': '401':
$ref: '#/responses/401' $ref: '#/responses/401'
'409':
$ref: '#/responses/409'
'500': '500':
$ref: '#/responses/500' $ref: '#/responses/500'
'/usergroups/{group_id}': '/usergroups/{group_id}':