Import
POST {{baseUrl}}/org/:orgId/integrations/:integrationId/import
Request Body
{
  "exclusionglobs": "a comma-separated list of up to 10 folder names to exclude from scanning (each folder name must not exceed 100 characters). If not specified, it will default to \"fixtures, tests, \\_\\_tests\\_\\_, node_modules\". If an empty string is provided - no folders will be excluded",
  "files": []
}
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string |