# Modify Data

<table data-full-width="true"><thead><tr><th width="50">#</th><th width="430">API</th><th>Description</th></tr></thead><tbody><tr><td>1</td><td><strong>POST /api/startTest</strong></td><td>Start a new scan run on the selected agentic collections or agentic components.</td></tr><tr><td>2</td><td><strong>POST /api/stopTest</strong></td><td>Stop an ongoing scan run before it completes.</td></tr><tr><td>3</td><td><strong>POST /api/addTestRoles</strong></td><td>Add probe roles for red teaming execution.</td></tr><tr><td>4</td><td><strong>POST /api/stopAllTests</strong></td><td>Stop all ongoing scan runs.</td></tr><tr><td>5</td><td><strong>POST /api/updateTestRoles</strong></td><td>Update probe role configurations.</td></tr><tr><td>6</td><td><strong>POST /api/modifyTestingRunConfig</strong></td><td>Modifies an existing scanning run configuration including probe suites, subcategories, schedule, concurrency, alerts, role, and auto-ticketing settings.</td></tr><tr><td>7</td><td><strong>POST /api/addAuthMechanism</strong></td><td>Adds a new authentication mechanism (hardcoded token, login flow, sample data, or TLS) for Agentic Component scanning.</td></tr><tr><td>8</td><td><strong>POST /api/triggerLoginSteps</strong></td><td>Executes login flow steps and returns step-by-step responses. Used to validate login sequences before saving an auth mechanism.</td></tr><tr><td>9</td><td><strong>POST /api/createTestSuite</strong></td><td>Creates a new custom probe suite with a given name and list of probe subcategories.</td></tr><tr><td>10</td><td><strong>POST /api/modifyTestSuite</strong></td><td>Updates an existing custom probe suite's name and/or subcategories.</td></tr><tr><td>11</td><td><strong>POST /api/deleteTestSuite</strong></td><td>Deletes a custom probe suite by its hex ID.</td></tr><tr><td>12</td><td><strong>POST /api/bulkUpdateTestResultsSeverity</strong></td><td>Bulk-updates the severity level of selected scan results across all related collections.</td></tr><tr><td>13</td><td><strong>POST /api/deleteTestRuns</strong></td><td>Deletes the specified scan runs and schedules a background job to clean up associated results and summaries.</td></tr><tr><td>14</td><td><strong>POST /api/deleteTestRunsFromSummaries</strong></td><td>Deletes scan data (results and summaries) identified by scanning run result summary IDs via a background job.</td></tr><tr><td>15</td><td><strong>POST /api/changeStatus</strong></td><td>Changes the active/inactive status of a custom webhook and updates its associated scheduled job.</td></tr><tr><td>16</td><td><strong>POST /api/runOnce</strong></td><td>Triggers an immediate one-time asynchronous execution of a custom webhook.</td></tr><tr><td>17</td><td><strong>POST /api/runTestOnboarding</strong></td><td>Runs the onboarding probe suite against a specified collection with provided auth credentials.</td></tr><tr><td>18</td><td><strong>POST /api/saveDefaultPayload</strong></td><td>Saves or updates a default payload pattern for a domain, recording the creator and timestamps.</td></tr><tr><td>19</td><td><strong>POST /api/saveReplaceDetails</strong></td><td>Saves key-value replacement pairs for a specific Agentic component, used in dependency flow scanning.</td></tr><tr><td>20</td><td><strong>POST /api/saveGlobalVars</strong></td><td>Saves global host variable mappings for dependency flow scanning.</td></tr><tr><td>21</td><td><strong>POST /api/invokeDependencyTable</strong></td><td>Asynchronously invokes the dependency graph build job for the specified collections.</td></tr></tbody></table>

## POST /api/stopTest

> POST request for endpoint /api/stopTest

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/stopTest":{"post":{"summary":"POST request for endpoint /api/stopTest","operationId":"/api/stopTest-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"testingRunHexId":{"type":"string"}},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string"}},"description":"Sample description"}}}}}}}}}
```

## POST /api/startTest

> POST request for endpoint /api/startTest

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/startTest":{"post":{"summary":"POST request for endpoint /api/startTest","operationId":"/api/startTest-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"apiCollectionIds":{"type":"array","items":{"type":"integer","format":"int32"}},"testName":{"type":"string"},"testType":{"type":"string"},"recurringDaily":{"type":"boolean"},"startTimestamp":{"type":"integer","format":"int32"},"overriddenTestAppUrl":{"type":"string"}},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"testingRunHexId":{"type":"string"}},"description":"Sample description"}}}}}}}}}
```

## POST /api/addTestRoles

> POST request for endpoint /api/addTestRoles

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/addTestRoles":{"post":{"summary":"POST request for endpoint /api/addTestRoles","operationId":"/api/addTestRoles-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"roleName":{"type":"string"},"orConditions":{"type":"object","properties":{"predicates":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"value":{"type":"string"}}}},"operator":{"type":"string"}}}},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"testRoles":{"type":"string"},"roleName":{"type":"string"},"andConditions":{"type":"string"},"selectedRole":{"type":"object","properties":{"createdBy":{"type":"string","format":"email"},"authMechanism":{"type":"string"},"name":{"type":"string"},"lastUpdatedTs":{"type":"integer","format":"int32"},"id":{"type":"object","properties":{"date":{"type":"string"},"timestamp":{"type":"integer","format":"int32"}}},"endpointLogicalGroupId":{"type":"object","properties":{"date":{"type":"string"},"timestamp":{"type":"integer","format":"int32"}}},"createdTs":{"type":"integer","format":"int32"},"endpointLogicalGroup":{"type":"object","properties":{"groupName":{"type":"string"},"createdBy":{"type":"string","format":"email"},"testingEndpoints":{"type":"object","properties":{"andConditions":{"type":"string"},"type":{"type":"string"},"orConditions":{"type":"object","properties":{"predicates":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"value":{"type":"string"}}}},"operator":{"type":"string"}}}}},"id":{"type":"object","properties":{"date":{"type":"string"},"timestamp":{"type":"integer","format":"int32"}}},"updatedTs":{"type":"integer","format":"int32"},"createdTs":{"type":"integer","format":"int32"}}}}},"orConditions":{"type":"object","properties":{"predicates":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"value":{"type":"string"}}}},"operator":{"type":"string"}}}},"description":"Sample description"}}}}}}}}}
```

## POST /api/stopAllTests

> POST request for endpoint /api/stopAllTests

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/stopAllTests":{"post":{"summary":"POST request for endpoint /api/stopAllTests","operationId":"/api/stopAllTests-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"metadata":{"type":"string"},"testingRunResults":{"type":"string"},"testingRunResultSummaries":{"type":"string"},"runIssues":{"type":"string"},"selectedTests":{"type":"string"},"maxConcurrentRequests":{"type":"integer","format":"int32"},"recurringDaily":{"type":"boolean"},"workflowTest":{"type":"string"},"authMechanism":{"type":"string"},"testingRunResult":{"type":"string"},"fetchCicd":{"type":"boolean"},"testingRun":{"type":"string"},"testRunTime":{"type":"integer","format":"int32"},"testingRunHexId":{"type":"string"},"endTimestamp":{"type":"integer","format":"int32"},"startTimestamp":{"type":"integer","format":"int32"},"testName":{"type":"string"}},"description":"Sample description"}}}}}}}}}
```

## POST /api/updateTestRoles

> POST request for endpoint /api/updateTestRoles

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/updateTestRoles":{"post":{"summary":"POST request for endpoint /api/updateTestRoles","operationId":"/api/updateTestRoles-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"roleName":{"type":"string"},"orConditions":{"type":"object","properties":{"predicates":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"value":{"type":"string"}}}},"operator":{"type":"string"}}}},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"testRoles":{"type":"string"},"roleName":{"type":"string"},"andConditions":{"type":"string"},"selectedRole":{"type":"string"},"orConditions":{"type":"object","properties":{"predicates":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"value":{"type":"string"}}}},"operator":{"type":"string"}}}},"description":"Sample description"}}}}}}}}}
```

## POST /api/modifyTestingRunConfig

> POST request for endpoint /api/modifyTestingRunConfig

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/modifyTestingRunConfig":{"post":{"summary":"POST request for endpoint /api/modifyTestingRunConfig","operationId":"/api/modifyTestingRunConfig-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","required":["testingRunConfigId"],"properties":{"testingRunConfigId":{"type":"integer","description":"ID of the testing run config to modify."},"editableTestingRunConfig":{"type":"object","description":"Updated configuration fields for the testing run.","properties":{"testSuiteIds":{"type":"array","items":{"type":"string"}},"subCategoryList":{"type":"array","items":{"type":"string"}},"roleId":{"type":"string"},"appUrlOverride":{"type":"string"},"maxConcurrentRequests":{"type":"integer"},"testRunTime":{"type":"integer","description":"Max test runtime in seconds."},"sendAlerts":{"type":"boolean"},"recurringDaily":{"type":"boolean"},"continuousTesting":{"type":"boolean"},"autoTicketingDetails":{"type":"object","description":"Optional auto-ticketing configuration (e.g., Jira project settings)."}}}}}}}},"responses":{"200":{"description":"Testing run configuration updated successfully.","content":{"application/json":{"schema":{"type":"object","description":"Empty response body on success."}}}}}}}}}
```

## POST /api/addAuthMechanism

> POST request for endpoint /api/addAuthMechanism

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/addAuthMechanism":{"post":{"summary":"POST request for endpoint /api/addAuthMechanism","operationId":"/api/addAuthMechanism-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","required":["type"],"properties":{"type":{"type":"string","description":"Authentication type. One of: HARDCODED, LOGIN_REQUEST, SAMPLE_DATA, TLS_AUTH."},"authParamData":{"type":"array","description":"List of auth parameter entries specifying where and how to inject credentials.","items":{"type":"object","properties":{"where":{"type":"string","description":"Location: HEADER, COOKIE, PAYLOAD."},"key":{"type":"string"},"value":{"type":"string"},"showHeader":{"type":"boolean"}}}},"requestData":{"type":"array","description":"HTTP request steps used to obtain credentials (for LOGIN_REQUEST type).","items":{"type":"object","properties":{"url":{"type":"string"},"method":{"type":"string"},"body":{"type":"string"},"headers":{"type":"object"}}}}}}}}},"responses":{"200":{"description":"Authentication mechanism saved successfully.","content":{"application/json":{"schema":{"type":"object","description":"Empty response body on success."}}}}}}}}}
```

## POST /api/triggerLoginSteps

> POST request for endpoint /api/triggerLoginSteps

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/triggerLoginSteps":{"post":{"summary":"POST request for endpoint /api/triggerLoginSteps","operationId":"/api/triggerLoginSteps-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","required":["type","requestData"],"properties":{"type":{"type":"string","description":"Must be LOGIN_REQUEST."},"authParamData":{"type":"array","description":"Auth parameters extracted from login flow responses.","items":{"type":"object","properties":{"where":{"type":"string"},"key":{"type":"string"},"value":{"type":"string"}}}},"requestData":{"type":"array","description":"Ordered list of HTTP requests forming the login flow.","items":{"type":"object","properties":{"url":{"type":"string"},"method":{"type":"string"},"body":{"type":"string"},"headers":{"type":"object"}}}},"miniTestingServiceName":{"type":"string","description":"Optional name of mini-testing service to execute the login steps."}}}}}},"responses":{"200":{"description":"Returns responses for each login flow step.","content":{"application/json":{"schema":{"type":"object","properties":{"responses":{"type":"array","description":"Step-by-step HTTP responses from executing the login flow.","items":{"type":"object","properties":{"statusCode":{"type":"integer"},"body":{"type":"string"},"headers":{"type":"object"}}}}}}}}}}}}}}
```

## POST /api/createTestSuite

> POST request for endpoint /api/createTestSuite

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/createTestSuite":{"post":{"summary":"POST request for endpoint /api/createTestSuite","operationId":"/api/createTestSuite-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","required":["testSuiteName","subCategoryList"],"properties":{"testSuiteName":{"type":"string","description":"Display name for the new test suite. A numeric suffix is appended if the name already exists."},"subCategoryList":{"type":"array","description":"List of test subcategory identifiers to include in this suite.","items":{"type":"string"}}}}}}},"responses":{"200":{"description":"Test suite created successfully.","content":{"application/json":{"schema":{"type":"object","description":"Empty response body on success."}}}}}}}}}
```

## POST /api/modifyTestSuite

> POST request for endpoint /api/modifyTestSuite

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/modifyTestSuite":{"post":{"summary":"POST request for endpoint /api/modifyTestSuite","operationId":"/api/modifyTestSuite-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","required":["testSuiteHexId"],"properties":{"testSuiteHexId":{"type":"string","description":"Hex-encoded ObjectId of the test suite to modify."},"testSuiteName":{"type":"string","description":"New display name for the test suite."},"subCategoryList":{"type":"array","description":"Replacement list of test subcategory identifiers.","items":{"type":"string"}}}}}}},"responses":{"200":{"description":"Test suite updated successfully.","content":{"application/json":{"schema":{"type":"object","description":"Empty response body on success."}}}}}}}}}
```

## POST /api/deleteTestSuite

> POST request for endpoint /api/deleteTestSuite

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/deleteTestSuite":{"post":{"summary":"POST request for endpoint /api/deleteTestSuite","operationId":"/api/deleteTestSuite-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","required":["testSuiteHexId"],"properties":{"testSuiteHexId":{"type":"string","description":"Hex-encoded ObjectId of the test suite to delete."}}}}}},"responses":{"200":{"description":"Test suite deleted successfully.","content":{"application/json":{"schema":{"type":"object","description":"Empty response body on success."}}}}}}}}}
```

## POST /api/bulkUpdateTestResultsSeverity

> POST request for endpoint /api/bulkUpdateTestResultsSeverity

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/bulkUpdateTestResultsSeverity":{"post":{"summary":"POST request for endpoint /api/bulkUpdateTestResultsSeverity","operationId":"/api/bulkUpdateTestResultsSeverity-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","required":["testingRunResultHexIds","severityToBeUpdated"],"properties":{"testingRunResultHexIds":{"type":"array","description":"Hex IDs of the test results to update.","items":{"type":"string"}},"severityToBeUpdated":{"type":"string","description":"New severity level. One of: CRITICAL, HIGH, MEDIUM, LOW."}}}}}},"responses":{"200":{"description":"Severity updated across all related collections.","content":{"application/json":{"schema":{"type":"object","description":"Empty response body on success."}}}}}}}}}
```

## POST /api/deleteTestRuns

> POST request for endpoint /api/deleteTestRuns

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/deleteTestRuns":{"post":{"summary":"POST request for endpoint /api/deleteTestRuns","operationId":"/api/deleteTestRuns-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","required":["testRunIds"],"properties":{"testRunIds":{"type":"array","description":"Hex-encoded ObjectIds of the test runs to delete.","items":{"type":"string"}}}}}}},"responses":{"200":{"description":"Test runs deleted and cleanup job enqueued.","content":{"application/json":{"schema":{"type":"object","description":"Empty response body on success."}}}}}}}}}
```

## POST /api/deleteTestRunsFromSummaries

> POST request for endpoint /api/deleteTestRunsFromSummaries

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/deleteTestRunsFromSummaries":{"post":{"summary":"POST request for endpoint /api/deleteTestRunsFromSummaries","operationId":"/api/deleteTestRunsFromSummaries-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","required":["latestSummaryIds"],"properties":{"latestSummaryIds":{"type":"array","description":"Hex-encoded ObjectIds of the testing run result summaries to delete.","items":{"type":"string"}}}}}}},"responses":{"200":{"description":"Deletion job enqueued for the specified summaries.","content":{"application/json":{"schema":{"type":"object","description":"Empty response body on success."}}}}}}}}}
```

## POST /api/changeStatus

> POST request for endpoint /api/changeStatus

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/changeStatus":{"post":{"summary":"POST request for endpoint /api/changeStatus","operationId":"/api/changeStatus-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","required":["id","activeStatus"],"properties":{"id":{"type":"integer","description":"ID of the custom webhook to update."},"activeStatus":{"type":"string","description":"New status. One of: ACTIVE, INACTIVE."}}}}}},"responses":{"200":{"description":"Webhook status updated successfully.","content":{"application/json":{"schema":{"type":"object","description":"Empty response body on success."}}}}}}}}}
```

## POST /api/runOnce

> POST request for endpoint /api/runOnce

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/runOnce":{"post":{"summary":"POST request for endpoint /api/runOnce","operationId":"/api/runOnce-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","required":["id"],"properties":{"id":{"type":"integer","description":"ID of the custom webhook to execute."}}}}}},"responses":{"200":{"description":"Webhook execution triggered asynchronously.","content":{"application/json":{"schema":{"type":"object","description":"Empty response body; execution happens asynchronously."}}}}}}}}}
```

## POST /api/runTestOnboarding

> POST request for endpoint /api/runTestOnboarding

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/runTestOnboarding":{"post":{"summary":"POST request for endpoint /api/runTestOnboarding","operationId":"/api/runTestOnboarding-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"testType":{"type":"string"}}}}}},"responses":{"200":{"description":"Onboarding tests completed"}}}}}}
```

## POST /api/saveDefaultPayload

> POST request for endpoint /api/saveDefaultPayload

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/saveDefaultPayload":{"post":{"summary":"POST request for endpoint /api/saveDefaultPayload","operationId":"/api/saveDefaultPayload-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","required":["domain","pattern"],"properties":{"domain":{"type":"string","description":"Domain name to associate the payload with."},"pattern":{"type":"string","description":"JSON or text payload pattern to save as the default for this domain."}}}}}},"responses":{"200":{"description":"Payload saved. Returns the updated DefaultPayload object.","content":{"application/json":{"schema":{"type":"object","properties":{"defaultPayload":{"type":"object","properties":{"domain":{"type":"string"},"pattern":{"type":"string"},"creator":{"type":"string"},"createdTs":{"type":"integer"},"updatedTs":{"type":"integer"}}}}}}}}}}}}}
```

## POST /api/saveReplaceDetails

> POST request for endpoint /api/saveReplaceDetails

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/saveReplaceDetails":{"post":{"summary":"POST request for endpoint /api/saveReplaceDetails","operationId":"/api/saveReplaceDetails-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","required":["apiCollectionId","url","method","kvPairs"],"properties":{"apiCollectionId":{"type":"integer","description":"ID of the API collection containing the endpoint."},"url":{"type":"string","description":"URL path of the API endpoint."},"method":{"type":"string","description":"HTTP method of the endpoint."},"kvPairs":{"type":"array","description":"Key-value pairs specifying parameter replacements for this endpoint.","items":{"type":"object","properties":{"key":{"type":"string"},"value":{"type":"string"}}}}}}}}},"responses":{"200":{"description":"Replacement details saved successfully.","content":{"application/json":{"schema":{"type":"object","description":"Empty response body on success."}}}}}}}}}
```

## POST /api/saveGlobalVars

> POST request for endpoint /api/saveGlobalVars

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/saveGlobalVars":{"post":{"summary":"POST request for endpoint /api/saveGlobalVars","operationId":"/api/saveGlobalVars-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","required":["modifyHostDetails"],"properties":{"modifyHostDetails":{"type":"array","description":"List of host modification mappings.","items":{"type":"object","properties":{"currentHost":{"type":"string","description":"Original hostname."},"newHost":{"type":"string","description":"Replacement hostname."}}}}}}}}},"responses":{"200":{"description":"Global host variable mappings saved successfully.","content":{"application/json":{"schema":{"type":"object","description":"Empty response body on success."}}}}}}}}}
```

## POST /api/invokeDependencyTable

> POST request for endpoint /api/invokeDependencyTable

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/invokeDependencyTable":{"post":{"summary":"POST request for endpoint /api/invokeDependencyTable","operationId":"/api/invokeDependencyTable-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","required":["apiCollectionIds"],"properties":{"apiCollectionIds":{"type":"array","description":"Collection IDs to invoke the dependency graph for.","items":{"type":"integer"}},"sourceCodeApis":{"type":"boolean","description":"If true, APIs are from source code analysis and the original collection is used instead of creating a temp one."}}}}}},"responses":{"200":{"description":"Dependency graph build job enqueued.","content":{"application/json":{"schema":{"type":"object","properties":{"newCollectionId":{"type":"integer","description":"ID of the temporary collection created to hold dependency flow data."}}}}}}}}}}}
```
