Skip to content

Commit

Permalink
fix id prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
grayson-cobalt authored Jul 1, 2024
1 parent ba5b54c commit 5eeb63c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions/v2/content/dast-findings.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ This endpoint retrieves a specific DAST finding that belongs to the organization

| Field | Description |
|-----------------|-------------------------------------------------------------------------------------|
| `id` | A unique ID representing the DAST finding. Starts with `dsc_` |
| `id` | A unique ID representing the DAST finding. Starts with `dfi_` |
| `target_id` | A unique ID representing the DAST target. Starts with `dt_` |
| `scan_ids` | An array of unique ID representing the scans that originated the vulnerability finding. Starts with `dsc_` |
| `title` | Name of the vulnerability |
Expand Down

0 comments on commit 5eeb63c

Please sign in to comment.