description:User is denied to answer that roundquestion, either because that roundquestion has already been answered by that user or the user is not participant of the related duel.
'404':
description:A roundquestion with that id does not exist.
'/duel/report':
post:
summary:Report a mistake in a question.
description:Endpoint to report a mistake in a question, its answers or its explaination.
parameters:
-name:question
description:ID of the falty question.
in:query
required:true
schema:
type:integer
format:uint32
requestBody:
description:Object with the contents of the report.
content:
application/json:
schema:
type:object
required:
-text
properties:
text:
type:string
responses:
'201':
description:Report has been submitted.
'404':
description:There is no question with the given id.