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": {
|
"/answer/api/v1/answer/list": {
|
||||||
"post": {
|
"get": {
|
||||||
"security": [
|
"security": [
|
||||||
{
|
{
|
||||||
"ApiKeyAuth": []
|
"ApiKeyAuth": []
|
||||||
|
|
|
@ -872,7 +872,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"/answer/api/v1/answer/list": {
|
"/answer/api/v1/answer/list": {
|
||||||
"post": {
|
"get": {
|
||||||
"security": [
|
"security": [
|
||||||
{
|
{
|
||||||
"ApiKeyAuth": []
|
"ApiKeyAuth": []
|
||||||
|
|
|
@ -1877,7 +1877,7 @@ paths:
|
||||||
tags:
|
tags:
|
||||||
- api-answer
|
- api-answer
|
||||||
/answer/api/v1/answer/list:
|
/answer/api/v1/answer/list:
|
||||||
post:
|
get:
|
||||||
consumes:
|
consumes:
|
||||||
- application/json
|
- application/json
|
||||||
description: AnswerList <br> <b>order</b> (default or updated)
|
description: AnswerList <br> <b>order</b> (default or updated)
|
||||||
|
|
Loading…
Reference in New Issue