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

Fix-failing-postman-tests #211

Closed anchit-chandran closed 6 months ago

anchit-chandran commented 6 months ago

Overview

@pacharanero had set up a suite of Postman tests, a few of which failed, which were likely related to the upgrade of Pydantic. This PR updates request and response validators as per the new changes.

Code changes

The changes reside in the request and response validator files. The open API json spec was also updated, according to these changes.

Documentation changes (done or required as a result of this PR)

Nil (but NB: @pacharanero and I are working to merge the documentation site in as a separate PR).

Related Issues