blob: 0dbab34eef7dcf76b8ad0d3fd5ceccd9bd62240a [file] [log] [blame]
Ruslan Kashapov9f52f602021-01-22 12:53:01 +02001openapi: 3.0.1
2info:
3 title: xNF to CPS Proxy API
4 description: xNF to CPS Proxy API
5 version: "1.0"
6servers:
7 - url: //localhost:8088/
8paths:
9 /v1/hello-world:
10 $ref: 'xnfProxy.yml#/helloWorld'
11 /v1/hello-error:
12 $ref: 'xnfProxy.yml#/helloError'
13