From 606bb32cd684b751ea2eab7790f18764adebec6e Mon Sep 17 00:00:00 2001 From: Slack API Ref Buildbot Date: Thu, 18 Jan 2024 22:29:59 +0000 Subject: [PATCH] Updated from Slack docs, 2024/01/18 --- methods/admin/admin.conversations.bulkArchive.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/methods/admin/admin.conversations.bulkArchive.json b/methods/admin/admin.conversations.bulkArchive.json index 2305104b..368b3e06 100644 --- a/methods/admin/admin.conversations.bulkArchive.json +++ b/methods/admin/admin.conversations.bulkArchive.json @@ -6,13 +6,14 @@ "args": { "channel_ids": { "required": true, - "desc": "An array of channel IDs to archive.", + "desc": "An array of channel IDs to archive. No more than 100 items are allowed.", "type": "array" } }, "response": { "examples": [ - "{\n \"ok\": true,\n \"bulk_action_id\": \"Ab123456\",\n \"not_added\": [\n {\n \"channel_id\": \"C12346\",\n \"error\": \"invalid_channel\"\n }\n ]\n}" + "{\n \"ok\": true,\n \"bulk_action_id\": \"Ab123456\",\n \"not_added\": [\n {\n \"channel_id\": \"C12346\",\n \"error\": \"invalid_channel\"\n }\n ]\n}", + "{\n \"ok\": false,\n \"error\": \"invalid_arguments\",\n \"response_metadata\": {\n \"messages\": [\n \"[ERROR] no more than 100 items allowed [json-pointer:/channel_ids]\"\n ]\n }\n}" ] }, "errors": {