From 0a7a3d66ec8399e34090ebbfe8d3a5220c8bba41 Mon Sep 17 00:00:00 2001 From: Kavitha Srinivasan Date: Wed, 5 Sep 2018 16:50:26 -0400 Subject: [PATCH] Kavitha test with v1.5 --- openapi1.5Kavitha.yml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 openapi1.5Kavitha.yml diff --git a/openapi1.5Kavitha.yml b/openapi1.5Kavitha.yml new file mode 100644 index 0000000..6c7e977 --- /dev/null +++ b/openapi1.5Kavitha.yml @@ -0,0 +1,42 @@ +--- +swagger: 2.0 +info: + title: RHTE API + description: RHTE API v1.0 - An API that gives information about the Red Hat Tech + Exchange + version: 1.5.0 +paths: + /location: + get: + summary: Get Next RHTE Location + description: Get the location of the next RedHat Tech Exchange + operationId: GetLocation + responses: + 200: + description: OK + /timeframe: + get: + summary: Get Next RHTE Timeframe + description: Get the timeframe of the next RedHat Tech Exchange + operationId: GetTimeframe + responses: + 200: + description: OK + /participants: + get: + summary: Gets participants in RHTE + description: Gets participants in RHTE + responses: + 200: + description: Sample 200 response +securityDefinitions: + apikey: + type: apiKey + description: Use a 3scale API Key + name: api-key + in: header +security: +- apikey: [] +tags: +- name: demouser + description: Kavitha