...
The course type may be updated by changing the type value of the data array sent.
Internal Value | |
---|---|
Course | course |
Session | group_event_series_event |
Most content types in Ethos use the body field for the main content, except Courses, which use the field_course_summary field, referenced below.
...
Info |
---|
WarningIt is not recommended to update any other fields found in the course endpoint, except external_id, as they are internally created/updated when editing a course via the UI. |
PUT to course/NID.json
Code Block | ||
---|---|---|
| ||
{ 'external_id' => 'ethosce_ext_id_12345', } |
...