Updates config entries.
curl --request POST \
--url 'URL/api/config \
--header 'authorization: Bearer TOKEN' \
--header 'content-type: application/json' \
--data '{
"entries": {
"foo.bar_baz": "New value"
}
}'
ROLE_SUPER_ADMIN
role.
Object containing configuration in key-value pairs. If key already exist and it's value is different than sent, than it will be replaced and correct historical entry will be created.
{
"entries": {
"foo.bar_baz": "New value"
}
}
Empty JSON object.