Skip to main content
POST
/
api
/
connector-packs
/
request
Api Connector Pack Request
curl --request POST \
  --url http://localhost:8080/api/connector-packs/request \
  --header 'Content-Type: application/json' \
  --data '
{
  "pack": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json
pack
string
required

Response

Successful Response