Skip to content

Commit d5786f8

Browse files
author
Slack API Ref Buildbot
committed
Updated from Slack docs, 2025/09/18
1 parent 1a34b07 commit d5786f8

File tree

296 files changed

+1766
-308
lines changed

Some content is hidden

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

296 files changed

+1766
-308
lines changed

docs.slack.dev/methods/admin.analytics.getFile.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"desc": "Retrieve analytics data for a given date, presented as a compressed JSON file",
33
"http_method": "POST",
4-
"scope": "admin.analytics:read",
4+
"scope": {
5+
"user": [
6+
"admin.analytics:read"
7+
]
8+
},
59
"rate_limits": "t2",
610
"args": {
711
"type": "object",

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"desc": "Get logs for a specified team/org",
33
"http_method": "POST",
4-
"scope": "admin.app_activities:read",
4+
"scope": {
5+
"user": [
6+
"admin.app_activities:read"
7+
]
8+
},
59
"json_input_supported": false,
610
"slack_connect_workspaces_allowed": true,
711
"rate_limits": "t3",

docs.slack.dev/methods/admin.apps.approve.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"desc": "Approve an app for installation on a workspace.",
33
"http_method": "POST",
4-
"scope": "admin.apps:write",
4+
"scope": {
5+
"user": [
6+
"admin.apps:write"
7+
]
8+
},
59
"json_input_supported": true,
610
"rate_limits": "t2",
711
"args": {

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"desc": "List approved apps for an org or workspace.",
33
"http_method": "GET",
4-
"scope": "admin.apps:read",
4+
"scope": {
5+
"user": [
6+
"admin.apps:read"
7+
]
8+
},
59
"rate_limits": "t2",
610
"args": {
711
"type": "object",

docs.slack.dev/methods/admin.apps.clearResolution.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"desc": "Clear an app resolution",
33
"http_method": "POST",
4-
"scope": "admin.apps:write",
4+
"scope": {
5+
"user": [
6+
"admin.apps:write"
7+
]
8+
},
59
"json_input_supported": true,
610
"rate_limits": "t2",
711
"args": {

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"desc": "Look up the app config for connectors by their IDs",
33
"http_method": "POST",
4-
"scope": "admin.apps:read",
4+
"scope": {
5+
"user": [
6+
"admin.apps:read"
7+
]
8+
},
59
"json_input_supported": true,
610
"rate_limits": "t2",
711
"args": {

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"desc": "Set the app config for a connector",
33
"http_method": "POST",
4-
"scope": "admin.apps:write",
4+
"scope": {
5+
"user": [
6+
"admin.apps:write"
7+
]
8+
},
59
"json_input_supported": true,
610
"rate_limits": "t3",
711
"args": {

docs.slack.dev/methods/admin.apps.requests.cancel.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"desc": "Cancel app request for team",
33
"http_method": "POST",
4-
"scope": "admin.apps:write",
4+
"scope": {
5+
"user": [
6+
"admin.apps:write"
7+
]
8+
},
59
"json_input_supported": true,
610
"rate_limits": "t2",
711
"args": {

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"desc": "List app requests for a team/workspace.",
33
"http_method": "GET",
4-
"scope": "admin.apps:read",
4+
"scope": {
5+
"user": [
6+
"admin.apps:read"
7+
]
8+
},
59
"rate_limits": "t2",
610
"args": {
711
"type": "object",

docs.slack.dev/methods/admin.apps.restrict.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"desc": "Restrict an app for installation on a workspace.",
33
"http_method": "POST",
4-
"scope": "admin.apps:write",
4+
"scope": {
5+
"user": [
6+
"admin.apps:write"
7+
]
8+
},
59
"json_input_supported": true,
610
"rate_limits": "t2",
711
"args": {

0 commit comments

Comments
 (0)