Skip to content

/api/admin/config/{key} (POST)

POST
/api/admin/config/{key}
curl --request POST \
--url https://demo.consystence.com/api/admin/config/example \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "value": "example", "reason": "example" }'
key
required
string
/^(?!(status|sync)$).*$/
Media typeapplication/json
object
value
string
nullable
reason
string
nullable
Examplegenerated
{
"value": "example",
"reason": "example"
}

OK