Skip to main content
POST
Create a setting

Authorizations

Authorization
string
header
required

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

Body

application/json

Payload to insert setting

Represents a setting

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

Response

Response for insert and update settings request

Represents a setting

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