Commit 07c687d9 authored by Rosana Aurélio's avatar Rosana Aurélio

[API] Inclusão de rota para buscar vencedores de uma competição na API competition.

parent d84913d1
......@@ -151,6 +151,23 @@ paths:
schema:
$ref: 'https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas/Competition.json#/Competition'
/competition/winners:
get:
tags:
- public
summary: Retrieves all competition winners
description: Retrieves all competition winners
responses:
'200':
description: 'Array of object json with competition winners information'
content:
application/json:
schema:
type: array
items:
oneOf:
- $ref: 'https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas.json#/Winner'
/subscription:
get:
tags:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment