From 171d9b4c0ed3df90603de476efa364b8a8ed9299 Mon Sep 17 00:00:00 2001 From: "stonezdj(Daojun Zhang)" Date: Tue, 29 Jul 2025 18:03:00 +0800 Subject: [PATCH] Add HTTP 409 error when creating robot account (#22201) fixes #22107 Signed-off-by: stonezdj --- api/v2.0/swagger.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/v2.0/swagger.yaml b/api/v2.0/swagger.yaml index 846e23e83e..b730c10816 100644 --- a/api/v2.0/swagger.yaml +++ b/api/v2.0/swagger.yaml @@ -3031,6 +3031,8 @@ paths: type: string '401': $ref: '#/responses/401' + '409': + $ref: '#/responses/409' '500': $ref: '#/responses/500' '/usergroups/{group_id}':