updateEventCourse
Update a course in an event.
Throws an error with code:
BAD_REQUESTif a course matching the input'scourseIdfield cannot be found.NOT_FOUNDif an event matching the input'seventIdfield cannot be found.NOT_FOUNDif any credit types matching the input'screditscollectioncreditTypeIdfield cannot be found within the event.NOT_FOUNDif any course classifications matching the input'sclassificationscollectioncourseClassificationIdfield cannot be found within the event.NOT_FOUNDif a course sub classification matching the input'sclassificationscollectioncourseSubClassificationIdfield is not associated with the course classification specified bycourseClassificationId.NOT_FOUNDif any contact matching the input'sinstructorscollectioncontactIdfield cannot be found within the event.
updateEventCourse(
input: UpdateEventCourseInput!
): UpdateEventCoursePayload!
Arguments
updateEventCourse.input ● UpdateEventCourseInput! non-null input
Type
UpdateEventCoursePayload object
Payload returned when updating a course in an event.