Initial cps-nf-proxy-rest module setup in CPS project
[cps.git] / cps-nf-proxy-rest / docs / openapi / xnfProxy.yml
1 helloWorld:
2   get:
3     tags:
4       - nf-proxy
5     summary: rest interface validation
6     operationId: helloWorld
7     responses:
8       200:
9         $ref: 'components.yaml#/components/responses/Ok'
10       400:
11         $ref: 'components.yaml#/components/responses/BadRequest'
12       401:
13         $ref: 'components.yaml#/components/responses/Unauthorized'
14       403:
15         $ref: 'components.yaml#/components/responses/Forbidden'
16
17 helloError:
18   get:
19     tags:
20       - nf-proxy
21     summary: error handler validation
22     operationId: helloError
23     responses:
24       200:
25         $ref: 'components.yaml#/components/responses/Ok'
26       400:
27         $ref: 'components.yaml#/components/responses/BadRequest'
28       401:
29         $ref: 'components.yaml#/components/responses/Unauthorized'
30       403:
31         $ref: 'components.yaml#/components/responses/Forbidden'