File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 11swagger : " 2.0"
22info :
3- version : " β0.18 .0"
3+ version : " β0.19 .0"
44 title : " alisapi"
55host : " alis.to"
66basePath : " /api"
77schemes :
8- - " https"
8+ - https
99definitions :
1010 ArticleInfo :
1111 type : object
@@ -138,6 +138,10 @@ definitions:
138138 properties :
139139 topic :
140140 type : string
141+ tgas :
142+ type : array
143+ items :
144+ type : string
141145paths :
142146 /search/articles :
143147 get :
@@ -476,7 +480,7 @@ paths:
476480 description : ' 対象記事の指定するために使用'
477481 required : true
478482 type : ' string'
479- - name : ' topic '
483+ - name : ' publish '
480484 in : ' body'
481485 description : ' publish object'
482486 required : true
@@ -639,7 +643,7 @@ paths:
639643 description : ' 対象記事を指定するために使用'
640644 required : true
641645 type : ' string'
642- - name : ' topic '
646+ - name : ' publish '
643647 in : ' body'
644648 description : ' publish object'
645649 required : true
@@ -1179,4 +1183,4 @@ securityDefinitions:
11791183 x-amazon-apigateway-authorizer :
11801184 type : cognito_user_pools
11811185 providerARNs :
1182- - !Ref CognitoUserPoolArn
1186+ - !Ref CognitoUserPoolArn
You can’t perform that action at this time.
0 commit comments