POST
/
feedback
/
config
curl --request POST \
  --url https://app.onefirewall.com/api/v1/feedback/config \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "maximum_rules": "<string>",
  "running": "<string>",
  "score_threshold": "<string>",
  "sync_time": "<string>",
  "version": "<string>"
}'

Authorizations

Authorization
string
header
required

Authorization Token

Query Parameters

agid
string
required

WCF Agent ID (you can get it from the installation config.json file, is the ID string)

Body

application/json

Configuration details

config json

Response

200

OK