--- swagger: "2.0" info: x-ibm-name: v1_extension_1 title: V1_Extension_1 version: 1.0.0 description: "" schemes: - https basePath: /v1/metadata consumes: - application/json produces: - application/json securityDefinitions: Client_Secret: type: apiKey description: "" in: query name: client_secret Client-Id: type: apiKey description: "" in: query name: client_id x-ibm-configuration: testable: true enforced: true phase: realized paths: /oauth2: get: responses: 200: description: 200 OK tags: [] security: - Client-Id: [] Client_Secret: [] x-ibm-endpoints: - endpointUrl: https://apis.bankofcyprus.com/df-boc-org-prd/prod description: APIC Gateway Server type: - production ...