curl --request PUT \
--url https://bloodhound.specterops.io/openapi.json/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://bloodhound.specterops.io/openapi.json/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.
x >= 0The request body for updating an application config parameter
OK
Show child attributes