Modify a client setting

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.

Form Data
string

Access token or refresh token you want to inspect.

string

Name of the key.

string

Value assigned to a settings key.

Response

Response body
object
boolean

Returns true if an existing key was updated. Returns false if a new key was created.

string

Indicates the status of the operation.

OK ERROR FAIL

Language
Authentication
URL