Skip to content

Commit

Permalink
Fix description of response returned by dry run in README file
Browse files Browse the repository at this point in the history
  • Loading branch information
Chiara Rasi committed Dec 27, 2023
1 parent ef03670 commit 872a3b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- Updated version of external images in GitHub actions
### Fixed
- Bump certifi from 2022.12.7 to 2023.7.22
- Description of the response returned by dry run endpoint in README file

## [2.3.1]
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Transforms csv submission files (Variant.csv and CaseData.csv) into a json submi

### dry_run

Proxy endpoint to the ClinVar submissions API (dry-run): https://submit.ncbi.nlm.nih.gov/api/v1/submissions/?dry-run=true. Requires a valid API key and a json file containing a submission object. If the request is valid (and the json submission object is validated) returns a submission ID which can be used for a real submission.
Proxy endpoint to the ClinVar submissions API (dry-run): https://submit.ncbi.nlm.nih.gov/api/v1/submissions/?dry-run=true. Requires a valid API key and a json file containing a submission object. If the request is valid (and the json submission object is validated) returns a response with code 200 and json body with the message value "success".

### validate

Expand Down

0 comments on commit 872a3b3

Please sign in to comment.