chore(lint)

pull/17/head
Dominique Merle 4 years ago
parent 42b81d5e91
commit e6cfe1cf8a

@ -4,7 +4,8 @@ properties:
$ref: ./poll.yaml $ref: ./poll.yaml
ranking: ranking:
type: array type: array
description: An array representing grades level for each proposal, description: |
An array representing grades level for each proposal,
according to the grades list, following the order of the proposals array according to the grades list, following the order of the proposals array
defined when the related poll has been created. defined when the related poll has been created.
example: [0, 6, 3, 2, 2] example: [0, 6, 3, 2, 2]

@ -6,7 +6,7 @@ parameters:
type: string type: string
get: get:
operationId: get-poll-results operationId: get-poll-results
summary: Gets results of a poll summary: Gets the results of a poll
responses: responses:
'200': '200':
description: OK description: OK

Loading…
Cancel
Save