Skip to main content
POST
/
api
/
evidence
/
rebuild
Api Evidence Rebuild
curl --request POST \
  --url http://localhost:8080/api/evidence/rebuild \
  --header 'Content-Type: application/json' \
  --data '
{
  "dashboard_name": "<string>",
  "dashboard_path": "<string>",
  "environment": "<string>",
  "trigger": "manual"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json
dashboard_name
string | null
dashboard_path
string | null
environment
string | null
trigger
string
default:manual

Response

Successful Response