Commit aa9e1206 authored by RobertDing's avatar RobertDing

ADD - 删除常见问题

parent ed4df34f
...@@ -107,3 +107,20 @@ paths: ...@@ -107,3 +107,20 @@ paths:
question: "1*2*3*4*5=?" question: "1*2*3*4*5=?"
answer: "5!" answer: "5!"
created_time: 1471861749771.449 created_time: 1471861749771.449
/entry/question/{question_id}/delete:
post:
summary: 删除分组常见问题
description: 删除分组常见问题
parameters:
- name: question_id
in: path
description: 问题ID
required: true
type: string
format: string
tags:
- Entry
responses:
'200':
description: OK
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment