From 75befe5214746acbda656cc0658f88dbf0b276b9 Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Tue, 21 Nov 2023 06:36:42 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=F0=9F=90=9B=20=E2=80=94=20Fix=20/a?= =?UTF-8?q?pi/subscribers/lists=20doc=20(#1594)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/docs/content/apis/subscribers.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/content/apis/subscribers.md b/docs/docs/content/apis/subscribers.md index bed3ea3..3bac319 100644 --- a/docs/docs/content/apis/subscribers.md +++ b/docs/docs/content/apis/subscribers.md @@ -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"}' ```