Skip to main content
POST
/
api
/
integrations
/
{integration_id}
/
run
Api Integration Run
curl --request POST \
  --url http://localhost:8080/api/integrations/{integration_id}/run \
  --header 'Content-Type: application/json' \
  --data '
{
  "mode": "<string>",
  "resources": [
    "<string>"
  ]
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

integration_id
string
required

Body

application/json
mode
string | null
resources
string[] | null

Response

Successful Response