Title
Page icon
Create new category
Edit page index title
Edit category
Edit link
Update Policy Blocklist CVE
API version | 1.0 |
|---|---|
Last Update | 05/07/2026 |
Authentication | YES |
HTTP Method | POST |
Content Type | application/json |
Rate limited | YES |
Requests per rate limit | 10/min |
Response Format | JSON |
Change History | Add support for updating Policy Blocklist CVE |
API URL
Request Parameters
Key | Datatype | Parameter Type | Required | Description | Default |
|---|---|---|---|---|---|
access_token | string | URL | Yes | Access token which archived from OAuth authentication step | |
policy_id | string | URL | Yes | ID of the policy | |
os | string | Body | Yes | Operating system. One of: | |
cves | string[] | Body | Yes | CVE IDs to set. Must not be null or empty. Max 10000 items. |
Response HTTP Code
Refer to APIs page for more details.
Response Parameters
Key | DataType | Description |
|---|---|---|
invalid_cves | string[] | Optional. List of CVE IDs that were not valid. Present only when some CVEs in the request are invalid. |
Example
Example Request
Example Response (all valid)
Example Response (some invalid)