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