Skip to content

Commit 26c8e9b

Browse files
committed
fix session components
1 parent 1bde4d0 commit 26c8e9b

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

docs/v3-api.yaml

+13-11
Original file line numberDiff line numberDiff line change
@@ -7161,17 +7161,7 @@ components:
71617161
type: array
71627162
description: セッションの配列
71637163
items:
7164-
type: object
7165-
properties:
7166-
state:
7167-
type: string
7168-
description: 状態
7169-
sessionId:
7170-
type: string
7171-
description: セッションID
7172-
required:
7173-
- state
7174-
- sessionId
7164+
$ref: '#/components/schemas/Session'
71757165
required:
71767166
- userId
71777167
- channelId
@@ -7284,6 +7274,18 @@ components:
72847274
description: メッセージ引用通知の設定情報
72857275
required:
72867276
- notifyCitation
7277+
Session:
7278+
type: object
7279+
properties:
7280+
state:
7281+
type: string
7282+
description: 状態
7283+
sessionId:
7284+
type: string
7285+
description: セッションID
7286+
required:
7287+
- state
7288+
- sessionId
72877289
headers:
72887290
X-TRAQ-MORE:
72897291
schema:

0 commit comments

Comments
 (0)