Parameters
question_id
in: path
type: integer
required: true
status
in: body
type: string
required: true
should be “Up” or “Down”
{ "status": "Up" // or Down }
Response
201
Successful operation
400
Invalid status: if status is not “Up” or “Down”
404
Question not found