AvantGuard - Hudu icon

AvantGuard - Hudu

AvantGuard - Hudu

Actions109

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

  1. Updating the content and name of an article to reflect recent changes.
  2. Enabling or disabling public sharing of an article for non-authenticated users.
  3. 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

Discussion