Skip to content

Commit

Permalink
Merge pull request #1095 from CVEProject/dr-1074
Browse files Browse the repository at this point in the history
Resolves #1074 -  Update openapi.json bindings
  • Loading branch information
jdaigneau5 authored Aug 10, 2023
2 parents c7ee199 + 3860edc commit 0d4a7c4
Show file tree
Hide file tree
Showing 8 changed files with 4,124 additions and 74 deletions.
10 changes: 5 additions & 5 deletions api-docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
Expand Down Expand Up @@ -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"
}
}
}
Expand Down Expand Up @@ -1107,7 +1107,7 @@
"content": {
"application/json": {
"schema": {
"$ref": "../schemas/cve/cve-record-minimum-request.json"
"$ref": "../schemas/cve/create-cve-record-cna-request.json"
}
}
}
Expand Down Expand Up @@ -1208,7 +1208,7 @@
"content": {
"application/json": {
"schema": {
"$ref": "../schemas/cve/cve-record-minimum-request.json"
"$ref": "../schemas/cve/create-cve-record-cna-request.json"
}
}
}
Expand Down Expand Up @@ -1515,7 +1515,7 @@
"content": {
"application/json": {
"schema": {
"$ref": "/schemas/cve/adp-minimum-request.json"
"$ref": "/schemas/cve/create-adp-record-adp-request.json"
}
}
}
Expand Down
Loading

0 comments on commit 0d4a7c4

Please sign in to comment.