Paratmeters
- question_id
- in: path
- type: integer
- required: true
- title
- in: title
- type: string
- required: true
- body
- in: body
- type: object
- required: true
- tags
(보류)
Example Value
{
"title": "String",
"body": "String",
}
Response
- 200
- Successful operation
- example value: (Question model)
- 400
- Invalid ID supplied
- Invalid (title, body) type
- 401
- 404