Ethiack Docs
Findings

Update Findings Status

POST
/v1/findings/{finding_id}/status

Allows organizations to update the status of their findings.

AuthorizationBasic <token>

Go to https://portal.ethiack.com/settings/api and generate your API keys. Simply use username=key, password=secret.

In: header

Path Parameters

finding_id*string

The unique identifier of the finding to be updated

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

status*integer

New status value for the finding

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://api.ethiack.com/v1/findings/string/status" \  -H "Content-Type: application/json" \  -d '{    "status": 0  }'
{
  "result": "string",
  "finding_id": "string"
}
{
  "code": 0,
  "name": null,
  "description": "string",
  "success": false
}
{
  "code": 0,
  "name": null,
  "description": "string",
  "success": false
}
{
  "code": 0,
  "name": null,
  "description": "string",
  "success": false
}
{
  "code": 0,
  "name": null,
  "description": "string",
  "success": false
}
{
  "code": 0,
  "name": null,
  "description": "string",
  "success": false
}