---
title: "Updates information related to the specified CVE ID (accessible to CNAs and Secretariat)"
method: PUT
path: "/cna/cve-id/{id}"
tags: ["cna"]
---

# Updates information related to the specified CVE ID (accessible to CNAs and Secretariat)

`PUT /cna/cve-id/{id}`

## Query parameters

- `org` string
- `state` 'RESERVED' | 'REJECTED'

## Headers

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

## Response `200`

The requested CVE ID information is returned

- CveIdUpdateModel
  - `message` string
  - `updated` object
    - `cve_id` string — ^CVE-[0-9]{4}-[0-9]{4,}$
    - `cve_year` string — ^[0-9]{4}$
    - `owning_cna` string — The shortname for the organization that owns the CVE ID
    - `state` 'RESERVED' | 'PUBLISHED' | 'REJECTED'
    - `requested_by` object
      - `cna` string — The shortname for the organization of the user that requested the ID
      - `user` string — The username for the account that requested the ID
    - `reserved` string, date-time — The time the ID was reserved
    - `time` object
      - `created` string, date-time — The time the ID was created
      - `modified` string, date-time — The last time the ID was modified

## Other responses

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

---

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