Compare commits
No commits in common. 'c7b85c568b1cc651857597fddca97220c48d3a27' and '7e6b2b0740473848efb388490bfe062a9156697c' have entirely different histories.
c7b85c568b
...
7e6b2b0740
|
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