{ "opencollection": "1.0.0", "info": { "name": "Slack Admin Access Status API", "version": "1.0" }, "items": [ { "info": { "name": "Status", "type": "folder" }, "items": [ { "info": { "name": "Set Assistant Thread Status", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/assistant.threads.setStatus", "headers": [ { "name": "token", "value": "" } ], "body": { "type": "form-urlencoded", "data": [ { "name": "channel_id", "value": "" }, { "name": "thread_ts", "value": "" }, { "name": "status", "value": "" } ] } }, "docs": "Sets the status of a Slack AI assistant thread, for example showing a thinking indicator." } ] } ], "bundled": true }