Skip to content

Commit

Permalink
πŸ“πŸ› β€” Fix /api/subscribers/lists doc (#1594)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldidry committed Nov 21, 2023
1 parent 4577868 commit 75befe5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs/content/apis/subscribers.md
Expand Up @@ -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"}'
```

Expand Down

0 comments on commit 75befe5

Please sign in to comment.