[subscription] Reflect updates to subscription API for `customer/basic`.
parent
e088891bac
commit
287794204c
@ -1,25 +0,0 @@
|
|||||||
get:
|
|
||||||
operationId: customerGpisType
|
|
||||||
tags:
|
|
||||||
- Customer management
|
|
||||||
summary: GPIS types
|
|
||||||
description: Names used for identifying GPIS's (or EDP's) in this API.
|
|
||||||
responses:
|
|
||||||
'200':
|
|
||||||
description: Names of GPIS's (or EDP's) as recognized by Zorg op Orde.
|
|
||||||
content:
|
|
||||||
application/json:
|
|
||||||
schema:
|
|
||||||
type: array
|
|
||||||
items:
|
|
||||||
type: object
|
|
||||||
properties:
|
|
||||||
gpisType:
|
|
||||||
$ref: ../schemas/gpisType.yaml
|
|
||||||
"description":
|
|
||||||
type: string
|
|
||||||
example: "Een innovatief HIS and NIS."
|
|
||||||
'401':
|
|
||||||
$ref: '../zoo-api.yaml/#/components/responses/NoAuth'
|
|
||||||
'403':
|
|
||||||
$ref: '../zoo-api.yaml/#/components/responses/NoAccess'
|
|
||||||
Loading…
Reference in New Issue