swagger: '2.0' # This is your document metadatan info: version: "0.1" title: ABC description: | API Gateway host: example.com basePath: /api schemes: - https securityDefinitions: APIKey: type: apiKey in: header name: apikey OAuth2: type: oauth2 flow: password tokenUrl: https://ttynes-eval-test.apigee.net/tauth/token scopes: read: Grants read access write: Grants write access security: - APIKey: [] # Describe your paths here paths: # This is a path endpoint. Change it. /persons: # This is a HTTP operation get: responses: # Response code 200: description: Successful response