From 28bc5486c40f248317b9cc123fdca2d1fea162a6 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Tue, 21 May 2024 04:48:29 +0200 Subject: [PATCH] [review] rename error condition NotToBeShare to MandateMissing --- paths/population_frequentUser_count.yaml | 2 +- paths/population_frequentUser_patient.yaml | 2 +- paths/population_frequentUser_patients.yaml | 2 +- zoo-api.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/paths/population_frequentUser_count.yaml b/paths/population_frequentUser_count.yaml index 6136597..3150aa5 100644 --- a/paths/population_frequentUser_count.yaml +++ b/paths/population_frequentUser_count.yaml @@ -73,6 +73,6 @@ get: 401: $ref: '../zoo-api.yaml#/components/responses/JwtFailure' 403: - $ref: '../zoo-api.yaml#/components/responses/NotToBeShare' + $ref: '../zoo-api.yaml#/components/responses/MandateMissing' 404: $ref: '../zoo-api.yaml#/components/responses/PatNotFound' diff --git a/paths/population_frequentUser_patient.yaml b/paths/population_frequentUser_patient.yaml index 1b2d7c3..27ed010 100644 --- a/paths/population_frequentUser_patient.yaml +++ b/paths/population_frequentUser_patient.yaml @@ -88,6 +88,6 @@ get: 401: $ref: '../zoo-api.yaml#/components/responses/JwtFailure' 403: - $ref: '../zoo-api.yaml#/components/responses/NotToBeShare' + $ref: '../zoo-api.yaml#/components/responses/MandateMissing' 404: $ref: '../zoo-api.yaml#/components/responses/PatNotFound' \ No newline at end of file diff --git a/paths/population_frequentUser_patients.yaml b/paths/population_frequentUser_patients.yaml index 1806363..fb6e00f 100644 --- a/paths/population_frequentUser_patients.yaml +++ b/paths/population_frequentUser_patients.yaml @@ -112,6 +112,6 @@ get: 401: $ref: '../zoo-api.yaml#/components/responses/JwtFailure' 403: - $ref: '../zoo-api.yaml#/components/responses/NotToBeShare' + $ref: '../zoo-api.yaml#/components/responses/MandateMissing' 404: $ref: '../zoo-api.yaml#/components/responses/PatNotFound' \ No newline at end of file diff --git a/zoo-api.yaml b/zoo-api.yaml index f651b2c..bd23cf7 100644 --- a/zoo-api.yaml +++ b/zoo-api.yaml @@ -204,5 +204,5 @@ components: enum: - practice - patient - NotToBeShare: + MandateMissing: description: Indicated practice is known but has not authorized ZOO to share this information with signer. \ No newline at end of file