Browse Source

v1.1

master
Nicolas Massé 8 years ago
parent
commit
e4deaab142
  1. 10
      openapi-spec.yaml

10
openapi-spec.yaml

@ -3,7 +3,7 @@ swagger: 2.0
info:
title: Summit API
description: An API that gives information about the Red Hat Summit.
version: 1.0.0
version: 1.1.0
paths:
/location:
get:
@ -21,6 +21,14 @@ paths:
responses:
200:
description: OK
/participants:
get:
summary: Get Participants
description: Get all participants
operationId: GetParticipants
responses:
200:
description: OK
securityDefinitions:
apikey:
type: apiKey

Loading…
Cancel
Save