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.
mv-api-spec/openapi/paths/polls@{poll-id}@judges.yaml

23 lines
459 B

parameters:
- in: path
name: poll-id
required: true
schema:
type: string
post:
description: Add a judge to a poll
requestBody:
content:
application/json:
schema:
$ref: ../components/schemas/Judge.yaml
responses:
'200':
description: Invitation was sent
content:
text/plain:
schema:
type: string
'404':
$ref: ../components/responses/PollNotFound.yaml