Request
necessary only for POST requests
Body Params application/json
all keys are the defined in config.md file
Request samples
curl --location --request POST 'http://localhost/~/api/set_config' \
--header 'x-hfs-anti-csrf: 1' \
--header 'Content-Type: application/json' \
--data-raw '{
"values": {}
}'
Responses
application/json Modified at 2025-05-30 14:11:36