From e8d3ae5322faaec3ca41720c581d7715197f5411 Mon Sep 17 00:00:00 2001 From: Colleen Xu Date: Wed, 21 Jul 2021 21:20:28 -0700 Subject: [PATCH] scopes for chemical -> adverse event disease changed to handle the [248 records](https://mychem.info/v1/query?q=_exists_:drugcentral.fda_adverse_event%20AND%20NOT%20_exists_:chembl.molecule_chembl_id) that don't have the chembl field --- mychem.info/openapi_full.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mychem.info/openapi_full.yml b/mychem.info/openapi_full.yml index c94a6b60..2f93d97d 100644 --- a/mychem.info/openapi_full.yml +++ b/mychem.info/openapi_full.yml @@ -711,7 +711,7 @@ components: requestBody: body: q: "{inputs[0]}" - scopes: chembl.molecule_chembl_id + scopes: "_id,chembl.molecule_chembl_id" header: application/x-www-form-urlencoded inputs: - id: CHEMBL.COMPOUND