Skip to main content
PATCH
/
api
/
v1
/
config
/
overlay
/
{path}
Set a single config overlay value
curl --request PATCH \
  --url http://localhost:4000/api/v1/config/overlay/{path} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "value": "<unknown>"
}
'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

path
string
required

Body

application/json
value
any
required

Response

Value set

The response is of type object.

Last modified on March 31, 2026