Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Warning

It 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
languagephp
{
  'external_id' => 'ethosce_ext_id_12345',
}

...