[apidoc] Add links to the example images and JSON responses

EH/population-statistics-authorisation
Reinier Zwitserloot 3 years ago
parent 3e925b2779
commit 4690e80b67
No known key found for this signature in database
GPG Key ID: DADEDCAA42950296

@ -5,7 +5,13 @@ get:
description: Includes all care programs that the user is allowed to see, even ones that are unfavourited or not shown by default. description: Includes all care programs that the user is allowed to see, even ones that are unfavourited or not shown by default.
responses: responses:
'200': '200':
description: Care programs are returned description: |-
Care programs are returned.
Examples:<ul>
<li><a href="examples/qoc_careprogram.1.json">Example complete response</a></li>
<li><a href="examples/qoc_careprogram.ui_example.png">Example UI render</a></li>
</ul>
content: content:
application/json: application/json:
schema: schema:

@ -21,7 +21,13 @@ get:
example: 2023-04-01 example: 2023-04-01
responses: responses:
'200': '200':
description: all data required to render an indicatorset is returned description: >-
all data required to render an indicatorset is returned.
Examples:<ul>
<li><a href="examples/qoc_indicatorset.1.json">Example complete response</a></li>
<li><a href="examples/qoc_indicatorset.ui_example.png">Example UI render</a></li>
</ul>
content: content:
application/json: application/json:
schema: schema:

Loading…
Cancel
Save