Skip to content

Commit

Permalink
Updated from Slack docs, 2024/10/30
Browse files Browse the repository at this point in the history
  • Loading branch information
Slack API Ref Buildbot committed Oct 30, 2024
1 parent 671101d commit d8d57e3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 66 deletions.
3 changes: 0 additions & 3 deletions groups/admin.recordChannels.json

This file was deleted.

1 change: 1 addition & 0 deletions methods/admin/admin.apps.approved.list.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"not_an_admin": "This method is only accessible by org/workspace owners and admins.",
"team_not_found": "Returned when team id is not found.",
"too_many_teams_provided": "Please provide only team_id OR enterprise_id.",
"restricted_action": "User does not have permission to access method.",
"access_denied": "Access to a resource specified in the request is denied.",
"account_inactive": "Authentication token is for a deleted user or workspace when using a bot token.",
"deprecated_endpoint": "The endpoint has been deprecated.",
Expand Down
1 change: 1 addition & 0 deletions methods/admin/admin.apps.restricted.list.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"not_an_admin": "This method is only accessible by org/workspace owners and admins.",
"team_not_found": "Returned when team id is not found.",
"too_many_teams_provided": "Please provide only team_id OR enterprise_id.",
"restricted_action": "User does not have permission to access method.",
"access_denied": "Access to a resource specified in the request is denied.",
"account_inactive": "Authentication token is for a deleted user or workspace when using a bot token.",
"deprecated_endpoint": "The endpoint has been deprecated.",
Expand Down
61 changes: 0 additions & 61 deletions methods/admin/admin.recordChannels.unlink.json

This file was deleted.

1 change: 1 addition & 0 deletions methods/admin/admin.users.unsupportedVersions.export.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"invalid_team_id": "The team ID passed is invalid.",
"missing_scope": "The token used is not granted the specific scope permissions required to complete this request.",
"not_authed": "No authentication token provided.",
"not_an_enterprise": "Only enterprises are supported.",
"access_denied": "Access to a resource specified in the request is denied.",
"account_inactive": "Authentication token is for a deleted user or workspace when using a bot token.",
"deprecated_endpoint": "The endpoint has been deprecated.",
Expand Down
2 changes: 2 additions & 0 deletions methods/apps/apps.manifest.create.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
"errors": {
"invalid_app": "An app created from the provided manifest would not be valid.",
"invalid_manifest": "The provided manifest file does not validate against schema. Consult the additional errors field to locate specific issues.",
"invalid_team_id": "The provided team ID is not valid.",
"not_in_team": "Cannot create an app in a team that user is not a member of.",
"failed_adding_collaborator": "Failed writing a collaborator record for this new app.",
"failed_creating_app": "Failed to create the app model.",
"failed_datastore_operation": "Failed while managing datastore infrastructure.",
Expand Down
4 changes: 2 additions & 2 deletions methods/assistant/assistant.threads.setSuggestedPrompts.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"prompts": {
"required": true,
"desc": "."
"desc": "Each prompt should be supplied with its title and message attribute."
},
"thread_ts": {
"required": true,
Expand All @@ -20,7 +20,7 @@
},
"title": {
"required": false,
"desc": "Title for the prompts. For example: Suggested Prompts, Related questions.",
"desc": "Title for the list of provided prompts. For example: Suggested Prompts, Related Questions.",
"type": "string"
}
},
Expand Down

0 comments on commit d8d57e3

Please sign in to comment.