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 interacts with the Cloud Radial API to update course information. It is useful for automating course management tasks such as modifying course titles or other course details in an educational or training platform integrated with Cloud Radial. For example, it can be used to update the title of a course based on user input or external data sources.
Use Case Examples
- Updating the title of an existing course by specifying the course ID and new title.
- Automating batch updates of multiple courses' titles using the batching options to throttle requests.
Properties
| Name | Meaning |
|---|---|
| Course ID | The unique identifier of the course to be updated, required to specify which course to modify. |
| Title | The new title for the course, required to update the course's name. |
| Request Options | Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and request timeout. |
Output
JSON
id- The unique identifier of the updated course.title- The updated title of the course.status- The status of the update operation, indicating success or failure.
Dependencies
- Cloud Radial API
Troubleshooting
- Ensure the Course ID is valid and exists in the system to avoid errors related to non-existent courses.
- Verify that the API credentials are correctly configured to prevent authentication failures.
- If SSL certificate validation errors occur, consider enabling the option to ignore SSL issues, but be aware of security risks.
- Check proxy settings if requests fail to reach the API endpoint, especially in restricted network environments.
- Adjust timeout settings if the API server is slow to respond to avoid premature request termination.
Links
- Cloud Radial API Documentation - Official documentation for the Cloud Radial API, useful for understanding available endpoints and request formats.