A mockup of what an automated API Lifecycle could look like
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
926 B

---
swagger: '2.0'
info:
title: Red Hat Event API
description: Red Hat Event API v1.1 - An API that gives information about the Red Hat Event
version: 1.1.0
paths:
/location:
get:
summary: Get Location
description: Get the location of the next RedHat Event
operationId: GetLocation
responses:
200:
description: OK
/timeframe:
get:
summary: Get Timeframe
description: Get the timeframe of the next RedHat Event
operationId: GetTimeframe
responses:
200:
description: OK
/participants:
get:
summary: Get Participants
description: Get the participants of the next RedHat Event
operationId: GetParticipants
responses:
200:
description: OK
securityDefinitions:
apikey:
type: apiKey
description: Use a 3scale API Key
name: api-key
in: header
security:
- apikey: []