Update the API description with the correct API state (#958)

This commit is contained in:
Maycon Santos 2023-06-16 18:26:50 +02:00 committed by GitHub
parent f1b38dbe80
commit 09ca2d222a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1102,8 +1102,8 @@ paths:
'500': '500':
"$ref": "#/components/responses/internal_error" "$ref": "#/components/responses/internal_error"
delete: delete:
summary: Delete a User summary: Block a User
description: Delete a user description: This method blocks a user from accessing the system, but leaves the IDP user intact.
tags: [ Users ] tags: [ Users ]
security: security:
- BearerAuth: [ ] - BearerAuth: [ ]