From 3bbdbd492d24ed0559b0a280bbe5de4e5f57f1aa Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 15 Jul 2024 14:06:34 +0200 Subject: [PATCH] Description of list of data processors updated. --- paths/customer_basic.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/paths/customer_basic.yaml b/paths/customer_basic.yaml index f823864..cf91a8b 100644 --- a/paths/customer_basic.yaml +++ b/paths/customer_basic.yaml @@ -1,22 +1,22 @@ -get: +get: operationId: customerBasic - tags: + tags: - Customer management summary: Basic info - parameters: + parameters: - name: agb in: query - description: AGB of the practice which is known as Zorg op Orde customer (via a care group). - schema: + description: AGB of the practice which is known as Zorg op Orde customer (via a care group). + schema: $ref: ../schemas/agb.yaml - responses: + responses: '200': description: Basic information of a practice. - content: + content: application/json: - schema: + schema: type: object - properties: + properties: practice: type: object properties: @@ -56,9 +56,9 @@ get: type: string dataProcessing: type: object - properties: + properties: controllers: - description: Usually is the practice owner the data controller. + description: A list of personnel responsible for the data. Usually the practice owner. type: array items: type: string