PATCH
/
settings
/
{setting_id_str}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

setting_id_str
string
required

Body

application/json

Update Settings

dataType
enum<string>
Available options:
STRING,
NUMERIC,
JSON,
JSON_LOGIC
name
string
value
string

Response

201 - application/json

Represents a setting

dataType
enum<string>
required
Available options:
STRING,
NUMERIC,
JSON,
JSON_LOGIC
entityId
string
required
entityType
string
required
id
string
required
name
string
required
namespace
string
required
value
string
required