post https://{hostname}/settings/widget/publish
Publishes API client settings to a JSON file available for client-side use with the Registration user interface. This allows the settings to be loaded prior to any server-side operations. Published client settings do such things as support a configurable minimum age requirement for registration or track user acceptance of different terms of service and privacy policies. The settings for an API client are configured in a JavaScript setting named jump_publish_settings
. For the Registration user interface to load the JavaScript file where these settings are published the hasSettings
JavaScript setting must be set to true
. See Registration JavaScript API for information on JavaScript settings.