Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions api-reference/assets/add-labels-to-asset.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Sending an empty labels array has no effect:

## Getting the Asset ID

You can retrieve asset IDs from:
You can retrieve asset IDs from enumeration contents:

### From Enumeration Contents
```bash
Expand All @@ -150,10 +150,3 @@ Response includes `id` field:
]
}
```

### From Asset Details
```bash
GET /v1/asset/{asset_id}
```


3 changes: 3 additions & 0 deletions api-reference/configurations/verify-config.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: post /v1/scans/config/verify
---
3 changes: 3 additions & 0 deletions api-reference/enumerations/get-all-enumeration-contents.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /v1/asset/enumerate/contents
---
3 changes: 3 additions & 0 deletions api-reference/enumerations/get-enumeration-contents.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /v1/asset/enumerate/{enumerate_id}/contents
---
3 changes: 3 additions & 0 deletions api-reference/leaks/get-all-leaked-credentials.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /v1/leaks
---
3 changes: 3 additions & 0 deletions api-reference/results/get-all-results.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: get /v1/scans/results
---
5 changes: 5 additions & 0 deletions mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,7 @@
{
"group": "Vulnerabilities",
"pages": [
"api-reference/results/get-all-results",
"api-reference/results/get-scan-vulnerability",
"api-reference/results/get-vulnerability-changelogs",
"api-reference/results/get-all-vulnerability-changelogs",
Expand All @@ -517,6 +518,7 @@
{
"group": "Leaks",
"pages": [
"api-reference/leaks/get-all-leaked-credentials",
"api-reference/leaks/export-leaks",
"api-reference/leaks/get-leak-info",
"api-reference/leaks/update-leak-status",
Expand Down Expand Up @@ -566,6 +568,8 @@
"api-reference/enumerations/export-enumeration-of-user",
"api-reference/enumerations/delete-an-asset-group",
"api-reference/enumerations/update-an-asset-group",
"api-reference/enumerations/get-all-enumeration-contents",
"api-reference/enumerations/get-enumeration-contents",
"api-reference/asset/export-list-of-unique-domains-discovered-in-an-enumeration",
"api-reference/assets/get-asset-changelogs-for-a-given-asset_id",
"api-reference/assets/update-asset-labels",
Expand All @@ -591,6 +595,7 @@
"api-reference/configurations/get-config",
"api-reference/configurations/delete-config",
"api-reference/configurations/update-config",
"api-reference/configurations/verify-config",
"api-reference/configurations/get-excluded-templates",
"api-reference/configurations/add-excluded-templates-and-targets",
"api-reference/configurations/delete-excluded-templates-or-targets-by-ids",
Expand Down
Loading
Loading