Skip to main content

updateEventCourseSubClassification

Update a course sub classification in an event.

Throws an error with code:

  • BAD_REQUEST if a course sub classification matching the input's courseSubClassificationId field cannot be found.
  • NOT_FOUND if an event matching the input's eventId field cannot be found.
  • NOT_FOUND if a course classification associated with the event matching the input's courseClassificationId field cannot be found.
updateEventCourseSubClassification(
input: UpdateEventCourseSubClassificationInput!
): UpdateCourseSubClassificationPayload!

Arguments

updateEventCourseSubClassification.input ● UpdateEventCourseSubClassificationInput! non-null input

Type

UpdateCourseSubClassificationPayload object

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