Actions16
Overview
This node interacts with the Hypris API to perform operations on various resources within a workspace. Specifically, for the Resource Item resource and the Rename operation, it renames an existing resource item within a specified workspace.
Typical use cases include:
- Renaming a resource item to better reflect its purpose or updated naming conventions.
- Automating updates to resource item names as part of a larger workflow that manages workspace contents.
For example, you might use this node to rename a project or dataset represented as a resource item in your workspace after a rebranding or restructuring.
Properties
| Name | Meaning |
|---|---|
| Workspace Name or ID | The workspace containing the resource item to rename. Choose from the list or specify an ID via expression. |
| Resource Item Name or ID | The specific resource item to rename. Choose from the list or specify an ID via expression. |
| New Name | The new name to assign to the selected resource item. |
Output
The node outputs JSON data representing the result of the rename operation. This typically includes details of the renamed resource item such as its updated name and possibly other metadata returned by the Hypris API.
No binary data output is involved in this operation.
Dependencies
- Requires an active connection to the Hypris API using valid credentials (an API key or username/password).
- The node depends on the Hypris API endpoints for workspaces and resource items.
- Proper configuration of the Hypris API credentials in n8n is necessary.
- Network access to the Hypris API base URL must be available.
Troubleshooting
Common issues:
- Invalid or missing workspace or resource item IDs can cause failures.
- Insufficient permissions or invalid API credentials will prevent successful renaming.
- Network connectivity problems to the Hypris API endpoint.
Error messages:
- Errors related to loading workspaces or resource items usually indicate credential or permission issues.
- If the node throws errors about missing parameters, ensure all required fields (workspaceId, resourceItemId, newName) are correctly set.
- API request failures may return HTTP error codes; check the credentials and network status.
Resolution tips:
- Verify that the workspace and resource item exist and that their IDs are correct.
- Confirm that the API credentials have sufficient rights to rename resource items.
- Use expressions carefully to ensure they resolve to valid IDs.
- Check logs for detailed error messages to identify the root cause.
Links and References
- Hypris API Documentation (hypothetical link as no direct link provided)
- n8n Expressions Documentation
- n8n Credential Management
If you need further details on other operations or resources, feel free to ask!