Update delete method for user API (#1160)

This commit is contained in:
Maycon Santos 2023-09-28 21:53:28 +02:00 committed by GitHub
parent 8118d60ffb
commit 0c470e7838
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: [ ]