Skip to content

Commit e3a4b81

Browse files
author
Slack API Ref Buildbot
committed
Updated from Slack docs, 2025/12/03
1 parent affa4c5 commit e3a4b81

13 files changed

+25
-101
lines changed

docs.slack.dev/events/events.json

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1463,47 +1463,5 @@
14631463
"APIs": [
14641464
"RTM"
14651465
]
1466-
},
1467-
{
1468-
"name": "workflow_deleted",
1469-
"description": "A workflow that contains a step supported by your app was deleted",
1470-
"scopes": [],
1471-
"APIs": [
1472-
"Events"
1473-
]
1474-
},
1475-
{
1476-
"name": "workflow_published",
1477-
"description": "A workflow that contains a step supported by your app was published",
1478-
"scopes": [],
1479-
"APIs": [
1480-
"Events"
1481-
]
1482-
},
1483-
{
1484-
"name": "workflow_step_deleted",
1485-
"description": "A workflow step supported by your app was removed from a workflow",
1486-
"scopes": [
1487-
"pins:read"
1488-
],
1489-
"APIs": [
1490-
"Events"
1491-
]
1492-
},
1493-
{
1494-
"name": "workflow_step_execute",
1495-
"description": "A workflow step supported by your app should execute",
1496-
"scopes": [],
1497-
"APIs": [
1498-
"Events"
1499-
]
1500-
},
1501-
{
1502-
"name": "workflow_unpublished",
1503-
"description": "A workflow that contains a step supported by your app was unpublished",
1504-
"scopes": [],
1505-
"APIs": [
1506-
"Events"
1507-
]
15081466
}
15091467
]

docs.slack.dev/methods/admin.users.setAdmin.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"desc": "Set an existing regular user or owner to be a workspace admin.",
2+
"desc": "Set an existing regular user or owner to be a workspace or org admin.",
33
"http_method": "POST",
44
"scope": {
55
"user": [
@@ -23,8 +23,9 @@
2323
"example": "xxxx-xxxxxxxxx-xxxx"
2424
},
2525
"team_id": {
26-
"desc": "The ID (`T1234`) of the workspace.",
27-
"schema": "team_id"
26+
"desc": "The ID of the workspace or organization.",
27+
"example": "T12345678",
28+
"schema": "workspace_id"
2829
},
2930
"user_id": {
3031
"desc": "The ID of the user to designate as an admin.",

docs.slack.dev/methods/admin.users.setOwner.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"desc": "Set an existing regular user or admin to be a workspace owner.",
2+
"desc": "Set an existing regular user or admin to be a workspace or org owner.",
33
"http_method": "POST",
44
"scope": {
55
"user": [
@@ -23,11 +23,13 @@
2323
"example": "xxxx-xxxxxxxxx-xxxx"
2424
},
2525
"team_id": {
26-
"desc": "The ID (`T1234`) of the workspace.",
27-
"schema": "team_id"
26+
"desc": "The ID of the workspace or organization.",
27+
"example": "T12345678",
28+
"schema": "workspace_id"
2829
},
2930
"user_id": {
30-
"desc": "Id of the user to promote to owner.",
31+
"desc": "ID of the user to promote to owner.",
32+
"example": "W12345678",
3133
"schema": "user_id"
3234
}
3335
}

docs.slack.dev/methods/admin.users.setRegular.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@
2323
"example": "xxxx-xxxxxxxxx-xxxx"
2424
},
2525
"team_id": {
26-
"desc": "The ID (`T1234`) of the workspace.",
27-
"schema": "team_id"
26+
"desc": "The ID of the workspace or organization.",
27+
"example": "T12345678",
28+
"schema": "workspace_id"
2829
},
2930
"user_id": {
3031
"desc": "The ID of the user to designate as a regular user.",

docs.slack.dev/methods/methods.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@
638638
},
639639
{
640640
"name": "admin.users.setAdmin",
641-
"description": "Set an existing regular user or owner to be a workspace admin.",
641+
"description": "Set an existing regular user or owner to be a workspace or org admin.",
642642
"family": [
643643
"admin"
644644
]
@@ -652,7 +652,7 @@
652652
},
653653
{
654654
"name": "admin.users.setOwner",
655-
"description": "Set an existing regular user or admin to be a workspace owner.",
655+
"description": "Set an existing regular user or admin to be a workspace or org owner.",
656656
"family": [
657657
"admin"
658658
]

events/workflow_deleted.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

events/workflow_published.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

events/workflow_step_deleted.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

events/workflow_step_execute.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

events/workflow_unpublished.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)