A request that the integration sends to register as a help provider.
An example request to register as a primary help provider:
{ type: 'help:register', id: 'integration-id', displayName: 'My New Help Provider', providerType: 'primary', iconUrl: 'https://www.blackboard.com/images/favicon.ico' }
The display name to be used for the help provider.
The image to use for the help provider.
The id of the integration.
The type of help provider.
Must be HELP_REGISTER_TYPE.
Generated using TypeDoc
A request that the integration sends to register as a help provider.
An example request to register as a primary help provider:
{ type: 'help:register', id: 'integration-id', displayName: 'My New Help Provider', providerType: 'primary', iconUrl: 'https://www.blackboard.com/images/favicon.ico' }