Skip to main content
POST
/
api
/
dbt
/
runs
/
{run_id}
/
assistant-fix
Api Dbt Run Assistant Fix
curl --request POST \
  --url http://localhost:8080/api/dbt/runs/{run_id}/assistant-fix
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

run_id
string
required

Response

Successful Response