diff --git a/BTCPayServer/wwwroot/swagger/v1/swagger.template.users.json b/BTCPayServer/wwwroot/swagger/v1/swagger.template.users.json index 12a26811e..1584f90a7 100644 --- a/BTCPayServer/wwwroot/swagger/v1/swagger.template.users.json +++ b/BTCPayServer/wwwroot/swagger/v1/swagger.template.users.json @@ -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" }