---
title: "Update cve check config"
method: POST
path: "/cve/check/config"
tags: ["🧩 CVE"]
---

# Update cve check config

`POST /cve/check/config`

Update cve check config

## Request body

- object — CVE check config
  - `url` string — Url used to check CVE
  - `apiKey` string — Token used by to contact the API to check CVE

## Response `200`

new CVE check config

- object
  - `result` 'success' | 'error', required — Result of the request
  - `action` 'updateCVECheckConfiguration', required — The id of the action
  - `data` object, required
    - `url` string — Url used to check CVE
    - `apiKey` string — Token used by to contact the API to check CVE

---

[API](https://skmtc.net/rudder/apis/rudder-api.md) · [All operations](https://skmtc.net/rudder/apis/rudder-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rudder/rudder-api/revisions/eab988254fba/schema)
