CVE Record
Updates an existing CVE Record with a rejected record for the specified ID (accessible to CNAs and Secretariat)
<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 rejected CVE Record for a record owned by their organization</p> <p><b>Secretariat:</b> Updates a rejected CVE Record for a record owned by any organization</p>put/cve/{id}/reject
Path parameters
idstring required
The CVE ID for the record being rejected
Headers
CVE-API-ORGstring required
The shortname for the organization associated with the user requesting authentication
CVE-API-USERstring required
The username for the account making the request
CVE-API-KEYstring required
The user's API key
Request body
UpdateCveRecordRejectionRequestJson required— unresolved $ref
Response
The rejected CVE Record
UpdateCveRecordRejectionResponseJson required— unresolved $ref