From 58520d0d3c876345c3fe2a7dcf1db403d62ade86 Mon Sep 17 00:00:00 2001 From: Eric Hoekstra Date: Tue, 10 Dec 2024 10:25:05 +0100 Subject: [PATCH] Renamed checkupList to callupList in two existing URL's and one new. --- zoo-api.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zoo-api.yaml b/zoo-api.yaml index 785d240..1f5668f 100644 --- a/zoo-api.yaml +++ b/zoo-api.yaml @@ -79,11 +79,11 @@ paths: $ref: 'paths/qoc_indicator_{setKey}_{indicatorKey}_patients.yaml' /qoc/indicator/{setKey}/{indicatorKey}/participants: $ref: 'paths/qoc_indicator_{setKey}_{indicatorKey}_participants.yaml' - /qoc/checkupList/{setKey}: + /qoc/callupList/{setKey}: $ref: 'paths/qoc_checkupList_{setKey}.yaml' - /qoc/checkupList/setStatus: + /qoc/callupList/setStatus: $ref: 'paths/qoc_checkupList_set_status.yaml' - /qoc/checkupPolicy: + /qoc/callupPolicy: $ref: 'paths/qoc_checkupPolicy.yaml' /qoc/list-groups: $ref: 'paths/qoc_list-groups.yaml'