summaryrefslogtreecommitdiffstats
path: root/openecomp-be/api/openecomp-sdc-rest-webapp/onboarding-rest-war/src/main/resources/swagger-config.yaml
blob: 2c924eaef7011c8d5467802aa0682cd41a079663 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
prettyPrint: true
sortOutput: true
openAPI:
  info:
    title: "SPC API: SDCE-1"
    description: "SDC API for onboarding (SDCE-1)"
    contact:
      name: ONAP
      url: https://onap.readthedocs.io
      email: onap-discuss@lists.onap.org
    license:
      name: Apache 2.0
      url: http://www.apache.org/licenses/LICENSE-2.0
    version: "1.0"
  servers:
  - url: /sdc
    description: "SDCE-1 APIs"