Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/_future/app_manifests.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ The properties in the manifest are:
| `longDescription` | String | ✅ Yes | (Optional) A more detailed description of your application |
| `icon` | String | ❌ No | A relative path to an image asset to use for the app's icon. Your app's profile picture that will appear in the Slack client |
| `backgroundColor` | String | ✅ Yes | (Optional) A six digit combination of numbers and letters (the hexadecimal color code) that make up the color of your app background e.g., "#000000" is the color black |
| `botScopes` | Array<string> | ✅ Yes | A list of [scopes](/scopes), or permissions, the app's functions require |
| `botScopes` | Array<string> | ✅ Yes | A list of [scopes](https://api.slack.com/scopes), or permissions, the app's functions require |
| `functions` | Array | ✅ Yes | (Optional) A list of all functions your app will use |
| `workflows` | Array | ✅ Yes | (Optional) A list of all workflows your app will use |
| `outgoingDomains` | Array<string> | ✅ Yes | (Optional) If your app communicates to any external domains, list them here. Note that the outgoing domains are only restricted if the workspace has Admin approved apps on e.g., myapp.tld |
Expand Down
2 changes: 1 addition & 1 deletion docs/_future/getting_started_future.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Make sure your machine has the most recent version of [Node](https://nodejs.org/

#### Accept the Beta Terms of Service {#accept-tos}

In order to use the next-generation platform features, you'll need to accept a Terms of Service (TOS) for Slack Platform Beta in your Workspace Settings [here](https://slack.com/admin/settings#hermes_permissionfs).
In order to use the next-generation platform features, you'll need to accept a Terms of Service (TOS) for Slack Platform Beta in your Workspace Settings [here](https://slack.com/admin/settings#hermes_permissions).

> 💡 You must be an admin of your workspace to be able to access the Workspace Settings and accept the Terms of Service.

Expand Down