Skip to content

Commit

Permalink
Updated from Slack docs, 2024/01/18
Browse files Browse the repository at this point in the history
  • Loading branch information
Slack API Ref Buildbot committed Jan 18, 2024
1 parent af3a0a3 commit 606bb32
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions methods/admin/admin.conversations.bulkArchive.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 606bb32

Please sign in to comment.