Commit 26c8e9b 1 parent 1bde4d0 commit 26c8e9b Copy full SHA for 26c8e9b
File tree 1 file changed +13
-11
lines changed
1 file changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -7161,17 +7161,7 @@ components:
7161
7161
type : array
7162
7162
description : セッションの配列
7163
7163
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'
7175
7165
required :
7176
7166
- userId
7177
7167
- channelId
@@ -7284,6 +7274,18 @@ components:
7284
7274
description : メッセージ引用通知の設定情報
7285
7275
required :
7286
7276
- 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
7287
7289
headers :
7288
7290
X-TRAQ-MORE :
7289
7291
schema :
You can’t perform that action at this time.
0 commit comments