Skip to content
Snippets Groups Projects
Commit 693f6840 authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

Correct phenotype 'type' property undefined in the API

another nice catch from @cnerin :)
parent cbcd847b
No related branches found
No related tags found
4 merge requests!53Merge dev-fastapi-merging-dev into dev-fastapi,!43Correct phenotype 'type' property undefined in the API,!35Replace Connexion by flask-smorest,!34Replace connexion by flask-smorest
...@@ -18,7 +18,7 @@ class PhenotypeSchema(ma.Schema): ...@@ -18,7 +18,7 @@ class PhenotypeSchema(ma.Schema):
consortium = ma.fields.String() consortium = ma.fields.String()
outcome = ma.fields.String() outcome = ma.fields.String()
full_name = ma.fields.String() full_name = ma.fields.String()
typ = ma.fields.String() type = ma.fields.String()
ref = ma.fields.String() ref = ma.fields.String()
ref_link = ma.fields.String() ref_link = ma.fields.String()
data_link = ma.fields.String() data_link = ma.fields.String()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment