Skip to content

Commit ff5be62

Browse files
committed
Update to β0.19.0
1 parent a597c0b commit ff5be62

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

alis_api.yaml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
swagger: "2.0"
22
info:
3-
version: "β0.18.0"
3+
version: "β0.19.0"
44
title: "alisapi"
55
host: "alis.to"
66
basePath: "/api"
77
schemes:
8-
- "https"
8+
- https
99
definitions:
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
141145
paths:
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

0 commit comments

Comments
 (0)