Skip to main content
POST
/
api
/
ingest
/
preview-impact
Preview Pattern Impact Endpoint
curl --request POST \
  --url https://api.example.com/api/ingest/preview-impact \
  --header 'Content-Type: application/json' \
  --data '
{
  "exclude_source_id": "<string>",
  "proposed_concepts": [
    "<string>"
  ],
  "proposed_tools": [
    "<string>"
  ]
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "ctx": {},
      "input": "<unknown>"
    }
  ]
}

Body

application/json

Request body for pattern impact preview.

exclude_source_id
string | null
proposed_concepts
string[]
proposed_tools
string[]

Response

Successful Response