Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICourseDetailsRegistrationRequest

A request that the integration sends to register a course detail.

An example request to register:

example

{
  type: 'course:detail:register',
  registrationName: 'My Integration'
}

Hierarchy

  • ICourseDetailsRegistrationRequest

Index

Properties

Properties

registrationName

registrationName: string

The name of the integration.

type

type: "course:detail:register"

Generated using TypeDoc