Dendreo icon

Dendreo

Interact with Dendreo API - Optimized for performance

Actions65

Overview

This node interacts with the Dendreo API to update a module record within the 'Modules/Produits' resource. It allows users to modify module details such as the module title, description, and duration. This operation is useful for managing training modules or products in a training management system, enabling updates to existing module information programmatically.

Use Case Examples

  1. Updating the title and description of a training module to reflect new course content.
  2. Changing the duration of a module to match updated training hours.

Properties

Name Meaning
Module The specific module to update, identified either from a list or by ID.
Record ID The unique identifier of the record to update.
Data (JSON) JSON formatted data containing the fields and values to update in the module record.
Module Title The title (intitule) of the module to update.
Module Description The description of the module.
Module Duration (hours) The duration of the module in hours.

Output

JSON

  • json - The updated module record data returned from the API.

Dependencies

  • Dendreo API with authentication credentials

Troubleshooting

  • Ensure the module ID or selection is valid and exists in the system to avoid 'not found' errors.
  • Verify that the API key and permissions are correct to prevent authentication failures.
  • Check the JSON data format for correctness to avoid invalid data errors.

Links

Discussion