curl --request PUT \
--url https://your-tenant.bloodhoundenterprise.io/api/v2/config \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>",
"value": {}
}
'{
"data": {
"key": "<string>",
"value": {}
}
}Writes application configuration parameters for this instance
curl --request PUT \
--url https://your-tenant.bloodhoundenterprise.io/api/v2/config \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>",
"value": {}
}
'{
"data": {
"key": "<string>",
"value": {}
}
}Authorization: Bearer $JWT_TOKEN
Prefer header, used to specify a custom timeout in seconds using the wait parameter as per RFC7240. Passing in wait=-1 bypasses all timeout limits when the feature is enabled.
^wait=(-1|[0-9]+)$The request body for updating an application config parameter
OK
Show child attributes