From 872a3b3afde409b78d928b4939ca2697b9cf66bc Mon Sep 17 00:00:00 2001 From: Chiara Rasi Date: Wed, 27 Dec 2023 15:27:36 +0100 Subject: [PATCH] Fix description of response returned by dry run in README file --- CHANGELOG.md | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f11a2f8..ff5cee7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index fa9edcf..ddf7ed5 100644 --- a/README.md +++ b/README.md @@ -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