System Registry Keys REST Endpoints

System Registry Keys
System Registry keys are used to customize Learn settings, and apply to all LearnCenters, including root LearnCenter and all of its sub LearnCenters. The following keys are used with Learn REST API, and are categorized as RestApiSettings.\n\nGeneratePassword: Values = 0 or 1, Default = 0, Description = Enables automatic generation of password\n\nTriggerUserMessages: Values = 0 or 1, Default = 0, Description = Enables email notifications
Get a list of system registry keys.
Method: get
Path: /learn.rest/v1/systemRegistryKeys
Get a System Registry Key.
Method: get
Path: /learn.rest/v1/systemRegistryKeys/{systemRegistryKey}
Update all properties of a System Registry Key.
Method: put
Path: /learn.rest/v1/systemRegistryKeys/{systemRegistryKey}