Actions64
- Archive Item Actions
- Article Actions
- Assessment Actions
- Catalog Actions
- Catalog Question Actions
- Company Actions
- Course Actions
- Course Enrollment Actions
- Domain Actions
- Endpoint Actions
- Flexible Asset Actions
- Flexible Asset Type Actions
- Media Actions
- Service Actions
- Service Install Actions
- Token Actions
- User Actions
Overview
This node operation updates an existing article in the Cloud Radial system. It allows users to modify article details such as the article ID, company ID, subject, body content (HTML supported), and additional optional fields like category, author, favorite status, front page display, and external URL. This operation is useful for maintaining and revising published articles within a company's knowledge base or content management system.
Use Case Examples
- Updating the subject and body of an article to reflect new information.
- Marking an article as a favorite or setting it to display on the front page.
- Changing the author or category of an article to better organize content.
Properties
| Name | Meaning |
|---|---|
| Article ID | The unique identifier of the article to update, required to specify which article to modify. |
| Company ID | The identifier of the company associated with the article, required for context and access control. |
| Subject | The title or subject of the article, required to define the article's main heading. |
| Body | The main content of the article, supporting HTML formatting, required for the article's text. |
| Additional Fields | Optional fields to provide extra metadata about the article, such as category, author, favorite status, front page display, and external URL. |
| Request Options | Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout duration. |
Output
JSON
id- The unique identifier of the updated article.subject- The updated title or subject of the article.body- The updated content of the article.category- The updated category of the article, if provided.author- The updated author of the article, if provided.isFavorite- Indicates if the article is marked as a favorite after update.isFrontPage- Indicates if the article is set to display on the front page after update.url- The updated external URL associated with the article.
Dependencies
- Cloud Radial API with appropriate API key credentials
Troubleshooting
- Ensure the Article ID and Company ID are correctly specified; missing or incorrect IDs will cause update failures.
- Verify that required fields such as Subject and Body are not empty to avoid validation errors.
- If SSL certificate validation errors occur, consider enabling the 'Ignore SSL Issues' option cautiously.
- Check proxy settings if network requests fail due to connectivity issues.
- Timeout errors may occur if the server is slow to respond; increase the timeout setting if necessary.
Links
- Cloud Radial API Documentation - Official API documentation for Cloud Radial, including article management endpoints.