v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Update Configuration Values

Lets you add or map custom status labels to standard statuses and set default label names for each status.

post/organization/configs

Request body

keyName'CONF_MAX_CARDS_PER_ORG' required

Pass CONF_MAX_CARDS_PER_ORG.

valueinteger required

Set the number of active cards a customer can have.

scope'org' required

Scope of the configuration. Pass ORG for org level configuration.

Response

200

idinteger
entityIdinteger
keyNamestring
valuestring

Example response

{
  "id": 1290976,
  "entityId": 100458,
  "keyName": "CONF_MAX_CARDS_PER_ORG",
  "value": "6"
}