mirror of https://gitee.com/answerdev/answer.git
swagger
This commit is contained in:
parent
483adb2198
commit
58a81848db
|
@ -884,7 +884,7 @@ const docTemplate = `{
|
|||
}
|
||||
},
|
||||
"/answer/api/v1/answer/list": {
|
||||
"post": {
|
||||
"get": {
|
||||
"security": [
|
||||
{
|
||||
"ApiKeyAuth": []
|
||||
|
|
|
@ -872,7 +872,7 @@
|
|||
}
|
||||
},
|
||||
"/answer/api/v1/answer/list": {
|
||||
"post": {
|
||||
"get": {
|
||||
"security": [
|
||||
{
|
||||
"ApiKeyAuth": []
|
||||
|
|
|
@ -1877,7 +1877,7 @@ paths:
|
|||
tags:
|
||||
- api-answer
|
||||
/answer/api/v1/answer/list:
|
||||
post:
|
||||
get:
|
||||
consumes:
|
||||
- application/json
|
||||
description: AnswerList <br> <b>order</b> (default or updated)
|
||||
|
|
Loading…
Reference in New Issue