AvantGuard - Hudu icon

AvantGuard - Hudu

AvantGuard - Hudu

Actions109

Overview

This node operation unarchives a specific article identified by its ID in the AvantGuard - Hudu system. It is useful for restoring articles that were previously archived, making them active and accessible again. For example, if an article was archived by mistake or needs to be referenced again, this operation can be used to unarchive it.

Use Case Examples

  1. Unarchive an article with ID 123 to make it active again.
  2. Restore archived documentation articles for review or editing.

Properties

Name Meaning
Id The unique identifier of the article to be unarchived.

Output

JSON

  • id - The ID of the unarchived article.
  • status - The status of the article after unarchiving, typically indicating it is active or unarchived.

Dependencies

  • Requires an API key credential for AvantGuard - Hudu to authenticate requests.

Troubleshooting

  • Ensure the article ID provided exists and is correct; otherwise, the operation will fail.
  • Check API credentials and base URL configuration to avoid authentication errors.
  • If the article is already unarchived, the operation might return a status indicating no change.

Links

Discussion