v2

latestOpenAPI 3.1.0CC-BY-SA 2.02026-07-2617789528.6 KB
🧩 CVE

Update cve check config

Update cve check config

post/cve/check/config

Request body

urlstring

Url used to check CVE

apiKeystring

Token used by to contact the API to check CVE

Example request

{
  "url": "https://api.rudder.io/cve/v1/"
}

Response

new CVE check config

result'success' | 'error' required

Result of the request

action'updateCVECheckConfiguration' required

The id of the action

Example response

{
  "data": {
    "url": "https://api.rudder.io/cve/v1/"
  }
}