mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Wrong argument name for user_delete api route
This commit is contained in:
parent
3a12a3eb2f
commit
60b555ad76
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ user:
|
|||
### user_delete()
|
||||
delete:
|
||||
action_help: Delete user
|
||||
api: DELETE /users/<users>
|
||||
api: DELETE /users/<username>
|
||||
configuration:
|
||||
authenticate: all
|
||||
arguments:
|
||||
|
|
Loading…
Add table
Reference in a new issue