Compare commits
No commits in common. 'c7b85c568b1cc651857597fddca97220c48d3a27' and '1e2f02df03cc130e95167840759afc7c86a0caf4' have entirely different histories.
c7b85c568b
...
1e2f02df03
|
Before Width: | Height: | Size: 507 KiB After Width: | Height: | Size: 507 KiB |
@ -1,24 +0,0 @@
|
|||||||
get:
|
|
||||||
operationId: carePrograms
|
|
||||||
tags:
|
|
||||||
- Quality of Care
|
|
||||||
summary: Care programs
|
|
||||||
description: Enumerate all care programs (ketens) in which the customer participates.
|
|
||||||
parameters:
|
|
||||||
- $ref: '../zoo-api.yaml#/components/parameters/Authorization'
|
|
||||||
responses:
|
|
||||||
'200':
|
|
||||||
description: Set of care programs (ketens).
|
|
||||||
content:
|
|
||||||
application/json:
|
|
||||||
schema:
|
|
||||||
type: array
|
|
||||||
items:
|
|
||||||
type: object
|
|
||||||
properties:
|
|
||||||
careprogram:
|
|
||||||
$ref: '../schemas/CareProgram-enum.yaml'
|
|
||||||
'401':
|
|
||||||
$ref: '../zoo-api.yaml/#/components/responses/NoAuth'
|
|
||||||
'403':
|
|
||||||
$ref: '../zoo-api.yaml/#/components/responses/NoAccess'
|
|
||||||
Loading…
Reference in New Issue