[review] rename error condition NotToBeShare to MandateMissing

EH/population-statistics-authorisation
Reinier Zwitserloot 2 years ago
parent 6e48e2cac4
commit 28bc5486c4
No known key found for this signature in database
GPG Key ID: DADEDCAA42950296

@ -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'

@ -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'

@ -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'

@ -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.
Loading…
Cancel
Save