post https://{hostname}/settings/set
Assigns a setting and setting value to an API client. If the specified setting doesn't exist, it's created. If the setting does exists, then the current value of that setting is overwritten. Your operation returns a boolean value that tells you whether the setting already existed. A true
value indicates the setting existed and was overwritten, while false
indicates that a new key was created.