From 0c470e7838506e394677bd2a42e5a35a80ed8eb9 Mon Sep 17 00:00:00 2001 From: Maycon Santos Date: Thu, 28 Sep 2023 21:53:28 +0200 Subject: [PATCH] Update delete method for user API (#1160) --- management/server/http/api/openapi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/management/server/http/api/openapi.yml b/management/server/http/api/openapi.yml index cfd14958f..658d389f6 100644 --- a/management/server/http/api/openapi.yml +++ b/management/server/http/api/openapi.yml @@ -1152,8 +1152,8 @@ paths: '500': "$ref": "#/components/responses/internal_error" delete: - summary: Block a User - description: This method blocks a user from accessing the system, but leaves the IDP user intact. + summary: Delete a User + description: This method removes a user from accessing the system. For this leaves the IDP user intact unless the `--user-delete-from-idp` is passed to management startup. tags: [ Users ] security: - BearerAuth: [ ]