Actions109
- Asset Layouts Actions
- Asset Passwords Actions
- Assets Actions
- Get Assets
- Get Companies Company Id Assets
- Post Companies Company Id Assets
- Get Companies Company Id Assets Id
- Put Companies Company Id Assets Id
- Delete Companies Company Id Assets Id
- Put Companies Company Id Assets Id Archive
- Put Companies Company Id Assets Id Unarchive
- Put Companies Company Id Assets Id Move Layout
- Cards Actions
- Companies Actions
- Expirations Actions
- Exports Actions
- Folders Actions
- IP Addresses Actions
- Lists Actions
- Magic Dash Actions
- Matchers Actions
- Networks Actions
- Password Folders Actions
- Procedure Tasks Actions
- Websites Actions
- Procedures Actions
- Public Photos Actions
- Rack Storage Items Actions
- Rack Storages Actions
- Relations Actions
- Uploads Actions
- Users Actions
- Activity Logs Actions
- Articles Actions
Overview
This node operation updates an existing article by its ID in the AvantGuard Hudu system. It allows users to modify various article attributes such as content, name, sharing settings, folder association, and company association. This is useful for maintaining up-to-date documentation or knowledge base articles within an organization.
Use Case Examples
- Updating the content and name of an article to reflect recent changes.
- Enabling or disabling public sharing of an article for non-authenticated users.
- Associating an article with a specific folder or company for better organization.
Properties
| Name | Meaning |
|---|---|
| Id | The unique identifier of the article to update. This is required to specify which article to modify. |
| Additional Body Fields | Optional fields to update the article's content, name, sharing status, folder association, and company association. |
Output
JSON
id- The unique identifier of the updated article.content- The updated content of the article.name- The updated name of the article.enable_sharing- The updated sharing status of the article.folder_id- The folder ID associated with the article.company_id- The company ID associated with the article.
Dependencies
- Requires an API key credential for AvantGuard Hudu API authentication.
Troubleshooting
- Ensure the article ID provided exists; otherwise, the update will fail with a not found error.
- Verify that the API credentials are correct and have sufficient permissions to update articles.
- Check that the data types for fields like Id, Folder Id, and Company Id are numbers to avoid validation errors.
Links
- AvantGuard Hudu Articles API Documentation - Official API documentation for managing articles in AvantGuard Hudu.