Suppress a health score factor (admin)

POST/api/v1/health-score/{resource_id}/suppress

Parameters

This endpoint does not accept parameters.

Responses

200Factor suppressed

Request

curl -X POST "https://api.knowledgetree.dev/api/v1/health-score/{resource_id}/suppress" \
  -H "Authorization: Bearer $KT_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{ "factor": "expiring_cert", "reason": "Renewal in progress" }'

Response

200Factor suppressed
Example response not yet documented.