mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-21 11:51:11 +00:00
remove_data -> removeData (#158)
This commit is contained in:
parent
330949c32f
commit
738511f194
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ Remove an existing mod from the community. Has to be sent by an existing communi
|
|||
|
||||
#### Block User
|
||||
|
||||
Blocks a user so he can't participate anymore. The scope is determined by the `target` field: either a community, or a whole instance. The `remove_data` field can optionally be set to indicate that all previous posts of the user should
|
||||
Blocks a user so he can't participate anymore. The scope is determined by the `target` field: either a community, or a whole instance. The `removeData` field can optionally be set to indicate that all previous posts of the user should
|
||||
be deleted.
|
||||
|
||||
```json
|
||||
|
|
Loading…
Reference in a new issue