--- swagger: "2.0" info: x-ibm-name: corsapi title: corsAPI version: 1.0.0 description: "" schemes: - https basePath: /corsapi consumes: - application/json produces: - application/json securityDefinitions: oauth-1: type: oauth2 description: "" flow: application scopes: ABLApis: "" tokenUrl: https://uat-api.abl.com/abl-api/uat/oauth2/token clientIdHeader: type: apiKey in: header name: X-IBM-Client-Id security: - clientIdHeader: [] oauth-1: - ABLApis x-ibm-configuration: testable: true enforced: true phase: realized paths: /path-1: post: responses: 200: description: 200 OK tags: [] x-ibm-endpoints: - endpointUrl: https://uat-api.abl.com/abl-api/sandbox type: - development ...