From c7b85c568b1cc651857597fddca97220c48d3a27 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Thu, 28 Nov 2024 19:14:05 +0100 Subject: [PATCH] [indicators] Reflecting that main key in the JSON is now 'indicatorsets' instead of 'carepogram' --- paths/qoc_indicatorsets.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/paths/qoc_indicatorsets.yaml b/paths/qoc_indicatorsets.yaml index 0ea9f28..b7fe80a 100644 --- a/paths/qoc_indicatorsets.yaml +++ b/paths/qoc_indicatorsets.yaml @@ -6,7 +6,7 @@ get: description: |- List all available indicator sets. Includes all sets that the user is allowed to enable or preview, i.e. even ones that shouldn't be shown by default. - This endpoint is also reachable using URL `/qoc/careprogram`, but depricated. + This endpoint is also reachable using URL `/qoc/careprogram`, but that endpoint is deprecated. parameters: - name: carePrograms in: query @@ -35,7 +35,7 @@ get: schema: type: object properties: - programs: + indicatorsets: type: array items: type: object