{ "opencollection": "1.0.0", "info": { "name": "Slack Admin Access Unarchive API", "version": "1.0" }, "items": [ { "info": { "name": "Unarchive", "type": "folder" }, "items": [ { "info": { "name": "Slack Post Admin Conversations Unarchive", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin.conversations.unarchive", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Unarchive a public or private channel." }, { "info": { "name": "Slack Post Conversations Unarchive", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/conversations.unarchive", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Reverses conversation archival." } ] } ], "bundled": true }