Dendreo icon

Dendreo

Interact with Dendreo API - Optimized for performance

Actions65

Overview

This node interacts with the Dendreo API to update a public session in the catalogue of upcoming sessions. It allows users to modify details of a specific public session by providing the session ID and the updated data in JSON format. This is useful for managing and maintaining accurate session information in training or event catalogues.

Use Case Examples

  1. Updating the date, time, or description of a public training session in the catalogue.
  2. Modifying session details such as location or capacity for an upcoming public session.

Properties

Name Meaning
Public Session The identifier of the public session to update, selectable from a list or by direct ID input.
Data (JSON) The JSON-formatted data containing the fields and values to update for the public session.

Output

JSON

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

Dependencies

  • Dendreo API with an API key credential

Troubleshooting

  • Ensure the provided public session ID is valid and exists in the Dendreo system to avoid 'not found' errors.
  • Verify the JSON data is correctly formatted to prevent JSON parsing errors.
  • Check API key permissions if authentication errors occur (e.g., 401 Unauthorized).
  • Handle rate limits or request delays if updating multiple sessions in bulk.

Links

Discussion