Skip to content

Commit 294e6bf

Browse files
committed
定義書更新
1 parent fe91a38 commit 294e6bf

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

docs/cuculus-openapi.yaml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -948,6 +948,7 @@ components:
948948
original_post_id:
949949
type: string
950950
description: リポスト|引用元ID|オリジナルには含まれません。
951+
example: '26439435541307392'
951952
reply_to_post_id:
952953
type: string
953954
description: リプライ先ID|リプライでない場合は含まれません。
@@ -973,6 +974,7 @@ components:
973974
original_post_id:
974975
type: string
975976
description: リポスト|引用元ID|オリジナルには含まれません。
977+
example: '26439435541307392'
976978
reply_to_post_id:
977979
type: string
978980
description: リプライ先ID|リプライでない場合は含まれません。
@@ -986,7 +988,6 @@ components:
986988
type: string
987989
original_post:
988990
description: リポスト元
989-
example: '26439435541307392'
990991
allOf:
991992
- $ref: '#/components/schemas/Post'
992993
reposted:
@@ -1072,6 +1073,11 @@ components:
10721073
type: string
10731074
auth_token:
10741075
type: string
1076+
expires_at:
1077+
format: date-time
1078+
type: string
1079+
description: auth_tokenの有効期限
1080+
example: '2023-12-31T23:59:59.999Z'
10751081
required:
10761082
- access_token
10771083
- auth_token
@@ -1128,6 +1134,11 @@ components:
11281134
type: string
11291135
description: 招待コードの発行日時
11301136
example: '2021-01-01T00:00:00.000Z'
1137+
used_at:
1138+
format: date-time
1139+
type: string
1140+
description: 招待コードの使用日時
1141+
example: '2021-01-01T00:00:00.000Z'
11311142
required:
11321143
- code
11331144
- issued_at

0 commit comments

Comments
 (0)