mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Purge API comment (#23451)
This PR just adds the `purge` query parameter to the swagger docs for admin user delete. Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
@@ -493,6 +493,12 @@
|
||||
"name": "username",
|
||||
"in": "path",
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"description": "purge the user from the system completely",
|
||||
"name": "purge",
|
||||
"in": "query"
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
|
Reference in New Issue
Block a user