From 9f6d3da0cc28d400a01adf523a451b52b8edba5f Mon Sep 17 00:00:00 2001 From: david-rocca Date: Tue, 11 Jul 2023 16:43:54 -0400 Subject: [PATCH] #1074 updated openapi.json --- api-docs/openapi.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/api-docs/openapi.json b/api-docs/openapi.json index e08fc81f..e4b1b941 100644 --- a/api-docs/openapi.json +++ b/api-docs/openapi.json @@ -696,7 +696,7 @@ "content": { "application/json": { "schema": { - "$ref": "../schemas/cve/create-full-cve-record-request.json" + "$ref": "../schemas/cve/create-cve-record-secretariat-request.json" } } } @@ -796,7 +796,7 @@ "content": { "application/json": { "schema": { - "$ref": "../schemas/cve/create-full-cve-record-request.json" + "$ref": "../schemas/cve/create-cve-record-secretariat-request.json" } } } @@ -1000,7 +1000,7 @@ "content": { "application/json": { "schema": { - "$ref": "../schemas/cve/cve-record-minimum-request.json" + "$ref": "../schemas/cve/create-cve-record-cna-request.json" } } } @@ -1101,7 +1101,7 @@ "content": { "application/json": { "schema": { - "$ref": "../schemas/cve/cve-record-minimum-request.json" + "$ref": "../schemas/cve/create-cve-record-cna-request.json" } } } @@ -1408,7 +1408,7 @@ "content": { "application/json": { "schema": { - "$ref": "/schemas/cve/adp-minimum-request.json" + "$ref": "/schemas/cve/create-adp-record-adp-request.json" } } }