v1

latestOpenAPI 3.0.32026-07-22238629559.2 KB
MemoriesService

Create Memory from Triage

Create a new memory from a triage event.

post/api/ai/deployments/{deploymentId}/memories/triage

Path parameters

deploymentIdstring required

Request body

deploymentIdstring
notestring
issueType'ISSUE_TYPE_SAST' | 'ISSUE_TYPE_SCA' | 'ISSUE_TYPE_SECRETS' | 'ISSUE_TYPE_RESEARCH' | 'ISSUE_TYPE_AI_SAST' enum

Issue type to filter by.

valuedescription
ISSUE_TYPE_SASTDetected by Code rules
ISSUE_TYPE_SCADetected by Supply Chain rules
ISSUE_TYPE_SECRETSDetected by Secrets rules
ISSUE_TYPE_RESEARCHDetected by research rules or scanners
ISSUE_TYPE_AI_SASTDetected by AI detection code scanning

Response

OK