diff --git a/api-docs/openapi.json b/api-docs/openapi.json index f916bbeb0..b052bbe8a 100644 --- a/api-docs/openapi.json +++ b/api-docs/openapi.json @@ -3,7 +3,7 @@ "info": { "version": "2.3.0", "title": "CVE Services API", - "description": "The CVE Services API supports automation tooling for the CVE Program. Credentials are required for most service endpoints. Representatives of CVE Numbering Authorities (CNAs) should use one of the methods below to obtain credentials:
CVE data is to be in the JSON 5.0 CVE Record format. Details of the JSON 5.0 schema are located here.
Contact the CVE Services team", + "description": "The CVE Services API supports automation tooling for the CVE Program. Credentials are required for most service endpoints. Representatives of CVE Numbering Authorities (CNAs) should use one of the methods below to obtain credentials:CVE data is to be in the JSON 5.1 CVE Record format. Details of the JSON 5.1 schema are located here.
Contact the CVE Services team", "contact": { "name": "CVE Services Overview", "url": "https://cveproject.github.io/automation-cve-services#services-overview" diff --git a/src/swagger.js b/src/swagger.js index 9a5b6c6e3..6e938c25c 100644 --- a/src/swagger.js +++ b/src/swagger.js @@ -29,8 +29,8 @@ const doc = { Top-Level Root (CISA ICS \ or MITRE) to request credentials \ \ -CVE data is to be in the JSON 5.0 CVE Record format. Details of the JSON 5.0 schema are \ - located here.
\ +CVE data is to be in the JSON 5.1 CVE Record format. Details of the JSON 5.1 schema are \ + located here.
\ Contact the CVE Services team", contact: { name: 'CVE Services Overview',