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