Skip to content

Commit 2c640e0

Browse files
author
Slack API Ref Buildbot
committed
Updated from Slack docs, 2026/05/04
1 parent be8d2ed commit 2c640e0

4 files changed

Lines changed: 6 additions & 2 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@
5454
"not_an_admin": {
5555
"desc": "This method can only be accessed by org owners and admins."
5656
},
57+
"not_an_owner": {
58+
"desc": "This method can only be accessed by org owners. The app's installing user must retain org owner status for this method to function."
59+
},
5760
"not_supported": {
5861
"desc": "This is not a supported action."
5962
},

docs.slack.dev/methods/conversations.approveSharedInvite.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"schema": "invite_id"
2727
},
2828
"target_team": {
29-
"desc": "The team or enterprise id of the other party involved in the invitation you are approving",
29+
"desc": "The team or enterprise ID of the receiving party involved in the invitation you are approving",
3030
"schema": "team_id"
3131
}
3232
}

methods/admin/admin.users.setOwner.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"no_permission": "The workspace token used in this request does not have the permissions necessary to complete the request. Make sure your app is a member of the conversation it's attempting to post a message to.",
4646
"not_allowed_token_type": "The token type used in this request is not allowed.",
4747
"not_an_admin": "This method can only be accessed by org owners and admins.",
48+
"not_an_owner": "This method can only be accessed by org owners. The app's installing user must retain org owner status for this method to function.",
4849
"not_authed": "No authentication token provided.",
4950
"not_supported": "This is not a supported action.",
5051
"org_login_required": "The workspace is undergoing an enterprise migration and will not be available until migration is complete.",

methods/conversations/conversations.approveSharedInvite.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"target_team": {
1212
"required": false,
13-
"desc": "The team or enterprise id of the other party involved in the invitation you are approving."
13+
"desc": "The team or enterprise ID of the receiving party involved in the invitation you are approving."
1414
}
1515
},
1616
"response": {

0 commit comments

Comments
 (0)