Skip to main content

updateEventCourseClassification

Update a course classification in an event.

Throws an error with code:

  • BAD_REQUEST if a course classification matching the input's courseClassificationId field cannot be found.
  • NOT_FOUND if an event matching the input's eventId field cannot be found.
  • NOT_FOUND if a course classification type associated with the event matching the input's courseClassificationTypeId field cannot be found.
updateEventCourseClassification(
input: UpdateEventCourseClassificationInput!
): UpdateCourseClassificationPayload!

Arguments

updateEventCourseClassification.input ● UpdateEventCourseClassificationInput! non-null input

Type

UpdateCourseClassificationPayload object

Payload returned when updating a course classification in an event, continuing education contact store or membership contact store.