Manifest permissions
Permissions define what your code is allowed to do in a community. They're declared in your manifest, shown to community administrators at install time, and enforced by the Root API at runtime.
Details
| Name | permissions |
| Type | object |
| Required | No |
There are two categories of permissions: community and channel. Use the reference pages to determine the permissions your code requires. All permissions default to false. Set the ones you need to true in your manifest.
| Scope | What it authorizes | Reference page |
|---|---|---|
| Community | Access to community-level entities and settings. | Community reference |
| Channel | Actions on a specific channel or its contents. | Channel reference |
Examples
TBD: feature still under development.