rcpch / digital-growth-charts-server

RCPCH's open source Digital Growth Chart API
https://growth.rcpch.ac.uk/
GNU Affero General Public License v3.0
16 stars 11 forks source link

uk-who/chart-coordinates only works with height #213

Closed mbarton closed 2 months ago

mbarton commented 2 months ago

Anything else (weight, ofc or bmi) causes a validation exception:

growth-api-1  | 2024-07-10T19:27:51.142703424Z   {'type': 'missing', 'loc': ('response', 'centile_data', 1, 'uk_who_infant', 'female', 'height'), 'msg': 'Fiel
d required', 'input': {'weight':  [elided full centile data]

To reproduce:

curl -X POST -H 'Content-Type: application/json' -d '{"measurement_method":"weight","sex":"female","centile_format":"cole-nine-centiles","is_sds":false}' http://localhost:8000/uk-who/chart-coordinates