PATCH
/
customers
/
{id}
/
settings
/
{context}
{
  "settings": {
    "key": "value"
  },
  "inheritance": {
    "key": "defaultValue|tenant|customer"
  }
}

Authorizations

Authorization
string
header
required

Value for the Authorization header parameter.

Path Parameters

id
string
required

Setting identifier

context
string
required

Setting identifier

Body

The updated Setting resource

Response

200
application/json

The settings of the context

The response is of type object.