Skip to content

Commit

Permalink
Merge pull request #1223 from CVEProject/jd-1131
Browse files Browse the repository at this point in the history
Resolves #1131 and #1210 Updated documentation to explain server populated, optional fields, removed unused files
  • Loading branch information
david-rocca authored Apr 30, 2024
2 parents 36e9716 + 898d863 commit 73e1bae
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 1,876 deletions.
8 changes: 4 additions & 4 deletions api-docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1388,7 +1388,7 @@
}
},
"requestBody": {
"description": "Note: providerMetadata is set by the server. If provided, it will be overwritten.",
"description": "<h3>Notes:</h3> <ul> <li>**providerMetadata** is set by the server. If provided, it will be overwritten.</li> <li>**datePublished** and **assignerShortname** are optional fields in the schema, but are set by the server. </li> </ul>",
"required": true,
"content": {
"application/json": {
Expand Down Expand Up @@ -1489,7 +1489,7 @@
}
},
"requestBody": {
"description": "Note: providerMetadata is set by the server. If provided, it will be overwritten.",
"description": "<h3>Notes:</h3> <ul> <li>**providerMetadata** is set by the server. If provided, it will be overwritten.</li> <li>**datePublished** and **assignerShortname** are optional fields in the schema, but are set by the server. </li> </ul>",
"required": true,
"content": {
"application/json": {
Expand Down Expand Up @@ -1592,7 +1592,7 @@
}
},
"requestBody": {
"description": "Note: providerMetadata is set by the server. If provided, it will be overwritten.",
"description": "<h3>Notes:</h3> <ul> <li>**providerMetadata** is set by the server. If provided, it will be overwritten.</li> <li>**datePublished** and **assignerShortname** are optional fields in the schema, but are set by the server. </li> </ul>",
"required": true,
"content": {
"application/json": {
Expand Down Expand Up @@ -1693,7 +1693,7 @@
}
},
"requestBody": {
"description": "Note: providerMetadata is set by the server. If provided, it will be overwritten.",
"description": "<h3>Notes:</h3> <ul> <li>**providerMetadata** is set by the server. If provided, it will be overwritten.</li> <li>**datePublished** and **assignerShortname** are optional fields in the schema, but are set by the server. </li> </ul>",
"required": true,
"content": {
"application/json": {
Expand Down
Loading

0 comments on commit 73e1bae

Please sign in to comment.