Dendreo icon

Dendreo

Interact with Dendreo API - Optimized for performance

Actions65

Overview

This node operation updates an existing permanent session in the Dendreo system. It allows users to modify details such as the associated module, training room, session name, start date, and end date of a permanent session. This is useful for managing and maintaining accurate scheduling and session information within a training or educational context.

Use Case Examples

  1. Updating the name and dates of a permanent training session to reflect a schedule change.
  2. Changing the training room or module associated with a permanent session to accommodate new resources or curriculum.

Properties

Name Meaning
Permanent Session The identifier of the permanent session to update, selected either from a list or by ID.
Record ID The ID of the record to update (used internally for some operations).
Data (JSON) JSON formatted data representing the fields and values to update in the permanent session record.
Module The module associated with the permanent session, selected from a list.
Training Room The training room where the session takes place, selected from a list.
Session Name The name of the permanent session.
Start Date The start date and time of the session.
End Date The end date and time of the session.

Output

JSON

  • json - The updated permanent session data returned from the API after the update operation.

Dependencies

  • An API key credential for authenticating with the Dendreo API.

Troubleshooting

  • Authentication errors (HTTP 401) indicate invalid or missing API credentials; verify the API key and permissions.
  • HTTP 404 errors suggest the specified permanent session ID does not exist or the endpoint is incorrect; check the session ID and resource path.
  • HTTP 403 errors indicate permission issues; ensure the API key has the necessary rights to update permanent sessions.
  • Invalid JSON data errors occur if the 'Data (JSON)' input is not properly formatted; validate the JSON before submission.

Discussion