From 09ca2d222a280c74d112137993ed301b3c92f94c Mon Sep 17 00:00:00 2001 From: Maycon Santos Date: Fri, 16 Jun 2023 18:26:50 +0200 Subject: [PATCH] Update the API description with the correct API state (#958) --- 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 88188dff1..5a22ac1f9 100644 --- a/management/server/http/api/openapi.yml +++ b/management/server/http/api/openapi.yml @@ -1102,8 +1102,8 @@ paths: '500': "$ref": "#/components/responses/internal_error" delete: - summary: Delete a User - description: Delete a user + summary: Block a User + description: This method blocks a user from accessing the system, but leaves the IDP user intact. tags: [ Users ] security: - BearerAuth: [ ]