Skip to content

Commit 0e98f2e

Browse files
author
Slack API Ref Buildbot
committed
Updated from Slack docs, 2025/09/08
1 parent 35a34f3 commit 0e98f2e

File tree

49 files changed

+31
-192
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+31
-192
lines changed

docs.slack.dev/methods/admin.apps.activities.list.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
{
22
"desc": "Get logs for a specified team/org",
33
"http_method": "POST",
4-
"scope": "read",
5-
"scope_by_token_type": {
6-
"oauth": "admin.app_activities:read"
7-
},
4+
"scope": "admin.app_activities:read",
85
"json_input_supported": false,
96
"slack_connect_workspaces_allowed": true,
107
"rate_limits": "t3",

docs.slack.dev/methods/admin.apps.config.lookup.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
{
22
"desc": "Look up the app config for connectors by their IDs",
33
"http_method": "POST",
4-
"scope": "read",
5-
"scope_by_token_type": {
6-
"oauth": "admin.apps:read"
7-
},
4+
"scope": "admin.apps:read",
85
"json_input_supported": true,
96
"rate_limits": "t2",
107
"args": {

docs.slack.dev/methods/admin.apps.config.set.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
{
22
"desc": "Set the app config for a connector",
33
"http_method": "POST",
4-
"scope": "read",
5-
"scope_by_token_type": {
6-
"oauth": "admin.apps:write"
7-
},
4+
"scope": "admin.apps:write",
85
"json_input_supported": true,
96
"rate_limits": "t3",
107
"args": {

docs.slack.dev/methods/admin.conversations.search.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"conversations": {
8989
"type": "array",
9090
"items": {
91-
"refs": "../../common/schemas/common_objects_schema.json#/channel"
91+
"schema": "channel"
9292
}
9393
},
9494
"next_cursor": {

docs.slack.dev/methods/admin.functions.list.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
{
22
"desc": "Look up functions by a set of apps",
33
"http_method": "POST",
4-
"scope": "read",
5-
"scope_by_token_type": {
6-
"oauth": "admin.workflows:read"
7-
},
4+
"scope": "admin.workflows:read",
85
"json_input_supported": true,
96
"rate_limits": "t2",
107
"args": {

docs.slack.dev/methods/admin.functions.permissions.lookup.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
{
22
"desc": "Lookup the visibility of multiple Slack functions and include the users if it is limited to particular named entities.",
33
"http_method": "POST",
4-
"scope": "read",
5-
"scope_by_token_type": {
6-
"oauth": "admin.workflows:read"
7-
},
4+
"scope": "admin.workflows:read",
85
"json_input_supported": true,
96
"rate_limits": "t3",
107
"args": {

docs.slack.dev/methods/admin.functions.permissions.set.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
{
22
"desc": "Set the visibility of a Slack function and define the users or workspaces if it is set to named_entities",
33
"http_method": "POST",
4-
"scope": "read",
5-
"scope_by_token_type": {
6-
"oauth": "admin.workflows:write"
7-
},
4+
"scope": "admin.workflows:read",
85
"json_input_supported": true,
96
"rate_limits": "t3",
107
"args": {

docs.slack.dev/methods/admin.workflows.collaborators.add.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
{
22
"desc": "Add collaborators to workflows within the team or enterprise",
33
"http_method": "POST",
4-
"scope": "read",
5-
"scope_by_token_type": {
6-
"oauth": "admin.workflows:write"
7-
},
4+
"scope": "admin.workflows:write",
85
"json_input_supported": true,
96
"rate_limits": "t2",
107
"args": {

docs.slack.dev/methods/admin.workflows.collaborators.remove.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
{
22
"desc": "Remove collaborators from workflows within the team or enterprise",
33
"http_method": "POST",
4-
"scope": "read",
5-
"scope_by_token_type": {
6-
"oauth": "admin.workflows:write"
7-
},
4+
"scope": "admin.workflows:write",
85
"json_input_supported": true,
96
"rate_limits": "t2",
107
"args": {

docs.slack.dev/methods/admin.workflows.permissions.lookup.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
{
22
"desc": "Look up the permissions for a set of workflows",
33
"http_method": "POST",
4-
"scope": "read",
5-
"scope_by_token_type": {
6-
"oauth": "admin.workflows:read"
7-
},
4+
"scope": "admin.workflows:read",
85
"json_input_supported": true,
96
"rate_limits": "t2",
107
"args": {

0 commit comments

Comments
 (0)