Actions22
- boards Actions
- boards ACL Actions
- Stacks Actions
- Cards Actions
Overview
This node interacts with the Nextcloud Deck API to manage stacks within boards. Specifically, the 'Add Acl' operation under the 'Stacks' resource allows users to add access control lists (ACLs) to stacks, managing permissions for participants. This is useful for collaborative project management where controlling access and permissions on stacks is necessary.
Use Case Examples
- Adding ACL permissions to a stack to allow a team member to edit or share the stack.
- Setting different permission levels for participants on a stack to control access and management rights.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method of authentication to use for API requests, either Access Token or OAuth2. |
Output
JSON
success- Indicates if the ACL addition operation was successful.type- Type of ACL entry added.participant- Participant to whom the ACL applies.permissionEdit- Permission to edit the stack.permissionShare- Permission to share the stack.permissionManage- Permission to manage the stack.
Dependencies
- Nextcloud Deck API
Troubleshooting
- Common issues include authentication failures due to incorrect or expired tokens. Ensure the correct authentication method is selected and credentials are valid.
- API errors may occur if required parameters like 'type', 'participant', or permissions are missing or invalid. Verify all required fields are correctly set.
- Network or connectivity issues can cause request failures. Check network status and API endpoint accessibility.
Links
- Nextcloud Deck - Official Nextcloud Deck project page for more information about the API and features.
