Adjust swagger doc to latest change in Greenfield API

This commit is contained in:
ndeet 2023-10-18 05:31:00 +02:00 committed by GitHub
parent 018e4c501d
commit c8ee6ead0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -219,7 +219,7 @@
"name": "idOrEmail",
"in": "path",
"required": true,
"description": "The ID of the user to be deleted",
"description": "The ID or email of the user to be deleted",
"schema": {
"type": "string"
}