{ "opencollection": "1.0.0", "info": { "name": "Slack Admin Access Settings API", "version": "1.0" }, "items": [ { "info": { "name": "Settings", "type": "folder" }, "items": [ { "info": { "name": "Slack Get Admin Teams Settings Info", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/admin.teams.settings.info", "headers": [ { "name": "token", "value": "" } ], "params": [ { "name": "team_id", "value": "", "type": "query" } ] }, "docs": "Fetch information about settings in a workspace" }, { "info": { "name": "Slack Post Admin Teams Settings Setdefaultchannels", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin.teams.settings.setDefaultChannels", "body": { "type": "form-urlencoded", "data": [ { "name": "token", "value": "" }, { "name": "team_id", "value": "" }, { "name": "channel_ids", "value": "" } ] } }, "docs": "Set the default channels of a workspace." }, { "info": { "name": "Slack Post Admin Teams Settings Setdescription", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin.teams.settings.setDescription", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Set the description of a given workspace." }, { "info": { "name": "Slack Post Admin Teams Settings Setdiscoverability", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin.teams.settings.setDiscoverability", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "An API method that allows admins to set the discoverability of a given workspace" }, { "info": { "name": "Slack Post Admin Teams Settings Seticon", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin.teams.settings.setIcon", "body": { "type": "form-urlencoded", "data": [ { "name": "token", "value": "" }, { "name": "image_url", "value": "" }, { "name": "team_id", "value": "" } ] } }, "docs": "Sets the icon of a workspace." }, { "info": { "name": "Slack Post Admin Teams Settings Setname", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin.teams.settings.setName", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Set the name of a given workspace." } ] } ], "bundled": true }