[api] pop statistics now returns a JSON object instead of an array with one k/v pair in it, '"cohorts": array-returned-before'.

EH/population-statistics-authorisation
Reinier Zwitserloot 2 years ago
parent 6c2bee8d25
commit f01547feee
No known key found for this signature in database
GPG Key ID: DADEDCAA42950296

@ -47,6 +47,9 @@ get:
content: content:
application/json: application/json:
schema: schema:
type: object
properties:
cohorts:
type: array type: array
items: items:
type: object type: object

Loading…
Cancel
Save