---
title: "Updates the CVE Record from CNA Container JSON for the specified ID (accessible to CNAs and Secretariat)"
method: PUT
path: "/cve/{id}/cna"
tags: ["CVE Record"]
---

# Updates the CVE Record from CNA Container JSON for the specified ID (accessible to CNAs and Secretariat)

`PUT /cve/{id}/cna`

<h2>Access Control</h2>  <p>User must belong to an organization with the <b>CNA</b> or <b>Secretariat</b> role</p>  <h2>Expected Behavior</h2>  <p><b>CNA:</b> Updates a CVE Record for records that are owned by their organization</p>  <p><b>Secretariat:</b> Updates a CVE Record for records that are owned by any organization</p>

## Path parameters

- `id` string, required

## Query parameters

- `erlcheck` boolean

## Headers

- `CVE-API-ORG` string, required
- `CVE-API-USER` string, required
- `CVE-API-KEY` string, required

## Request body

- CreateCveRecordCnaRequestJson — unresolved $ref

## Response `200`

The updated CVE Record

- UpdateFullCveRecordResponseJson — unresolved $ref

## Other responses

- `400` — Bad Request
- `401` — Not Authenticated
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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