Commit ed4df34f authored by RobertDing's avatar RobertDing

FIX - 创建问题参数

parent 4909ec74
...@@ -72,6 +72,25 @@ paths: ...@@ -72,6 +72,25 @@ paths:
post: post:
summary: 创建常见问题 summary: 创建常见问题
description: 创建常见问题 description: 创建常见问题
parameters:
- name: entry_id
in: formData
description: 分组名称
required: true
type: string
format: string
- name: question
in: formData
description: 问题
required: true
type: string
format: string
- name: answer
in: formData
description: 分组名称
required: true
type: string
format: string
tags: tags:
- Entry - Entry
responses: responses:
......
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