You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#swagger.summary = "Creates a rejected CVE Record for the specified ID if no record yet exists (accessible to CNAs and Secretariat)"
#swagger.description = "
<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> Creates a rejected CVE Record for a record owned by their organization</p>
<p><b>Secretariat:</b> Creates a rejected CVE Record for a record owned by any organization</p>"
The last two lines should be:
<p><b>CNA:</b> Creates a rejected CVE Record for an ID owned by their organization</p>
<p><b>Secretariat:</b> Creates a rejected CVE Record for an ID owned by any organization</p>"
(because this is a POST endpoint, the record does not exist until the call is completed)
The text was updated successfully, but these errors were encountered:
cve-services/src/controller/cve.controller/index.js
Lines 736 to 746 in 078cbdb
The last two lines should be:
(because this is a POST endpoint, the record does not exist until the call is completed)
The text was updated successfully, but these errors were encountered: