post https://{hostname}/settings/set_default
Creates or updates a setting in the application-wide default settings. If the setting doesn't exist, a new setting is created. If the setting does exist, the current value of that setting is overwritten. Your operation returns a boolean value that indicates whether the setting existed. A true
value indicates that the setting was existed and overwritten, while false
indicates that a new setting was created.