diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2020-09-28 09:16:42 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2020-09-28 09:16:42 +0300 |
commit | de993b856bc2145e7c4aaa47767c7edc826798c7 (patch) | |
tree | 85657fa50346fe78059a38e89951a96c392abada /docs/API | |
parent | 35157f5dc845483e9d65236b87461f15c77ad634 (diff) | |
download | pleroma-de993b856bc2145e7c4aaa47767c7edc826798c7.tar.gz |
added `force` option to the unfollow operation
Diffstat (limited to 'docs/API')
-rw-r--r-- | docs/API/admin_api.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/API/admin_api.md b/docs/API/admin_api.md index 7992db58f..ddcab1a2c 100644 --- a/docs/API/admin_api.md +++ b/docs/API/admin_api.md @@ -349,9 +349,9 @@ Response: ### Unfollow a Relay -Params: - -* `relay_url` +- Params: + - `relay_url` + - *optional* `force`: forcefully unfollow a relay even when the relay is not available. (default is `false`) Response: |