📝🐛 — Fix /api/subscribers/lists doc (#1594)
This commit is contained in:
parent
4577868567
commit
75befe5214
1 changed files with 1 additions and 0 deletions
|
@ -291,6 +291,7 @@ Modify subscriber list memberships.
|
|||
|
||||
```shell
|
||||
curl -u 'username:password' -X PUT 'http://localhost:9000/api/subscribers/lists' \
|
||||
-H 'Content-Type: application/json' \
|
||||
--data-raw '{"ids": [1, 2, 3], "action": "add", "target_list_ids": [4, 5, 6], "status": "confirmed"}'
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue