Skip to content

Commit d8d57e3

Browse files
author
Slack API Ref Buildbot
committed
Updated from Slack docs, 2024/10/30
1 parent 671101d commit d8d57e3

7 files changed

+7
-66
lines changed

groups/admin.recordChannels.json

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

methods/admin/admin.apps.approved.list.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"not_an_admin": "This method is only accessible by org/workspace owners and admins.",
4949
"team_not_found": "Returned when team id is not found.",
5050
"too_many_teams_provided": "Please provide only team_id OR enterprise_id.",
51+
"restricted_action": "User does not have permission to access method.",
5152
"access_denied": "Access to a resource specified in the request is denied.",
5253
"account_inactive": "Authentication token is for a deleted user or workspace when using a bot token.",
5354
"deprecated_endpoint": "The endpoint has been deprecated.",

methods/admin/admin.apps.restricted.list.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"not_an_admin": "This method is only accessible by org/workspace owners and admins.",
4949
"team_not_found": "Returned when team id is not found.",
5050
"too_many_teams_provided": "Please provide only team_id OR enterprise_id.",
51+
"restricted_action": "User does not have permission to access method.",
5152
"access_denied": "Access to a resource specified in the request is denied.",
5253
"account_inactive": "Authentication token is for a deleted user or workspace when using a bot token.",
5354
"deprecated_endpoint": "The endpoint has been deprecated.",

methods/admin/admin.recordChannels.unlink.json

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

methods/admin/admin.users.unsupportedVersions.export.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"invalid_team_id": "The team ID passed is invalid.",
2929
"missing_scope": "The token used is not granted the specific scope permissions required to complete this request.",
3030
"not_authed": "No authentication token provided.",
31+
"not_an_enterprise": "Only enterprises are supported.",
3132
"access_denied": "Access to a resource specified in the request is denied.",
3233
"account_inactive": "Authentication token is for a deleted user or workspace when using a bot token.",
3334
"deprecated_endpoint": "The endpoint has been deprecated.",

methods/apps/apps.manifest.create.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
"errors": {
2020
"invalid_app": "An app created from the provided manifest would not be valid.",
2121
"invalid_manifest": "The provided manifest file does not validate against schema. Consult the additional errors field to locate specific issues.",
22+
"invalid_team_id": "The provided team ID is not valid.",
23+
"not_in_team": "Cannot create an app in a team that user is not a member of.",
2224
"failed_adding_collaborator": "Failed writing a collaborator record for this new app.",
2325
"failed_creating_app": "Failed to create the app model.",
2426
"failed_datastore_operation": "Failed while managing datastore infrastructure.",

methods/assistant/assistant.threads.setSuggestedPrompts.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"prompts": {
1313
"required": true,
14-
"desc": "."
14+
"desc": "Each prompt should be supplied with its title and message attribute."
1515
},
1616
"thread_ts": {
1717
"required": true,
@@ -20,7 +20,7 @@
2020
},
2121
"title": {
2222
"required": false,
23-
"desc": "Title for the prompts. For example: Suggested Prompts, Related questions.",
23+
"desc": "Title for the list of provided prompts. For example: Suggested Prompts, Related Questions.",
2424
"type": "string"
2525
}
2626
},

0 commit comments

Comments
 (0)