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

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"
}