This commit is contained in:
syuilo
2018-09-05 19:32:46 +09:00
parent db943df0c8
commit a1b82e9723
43 changed files with 167 additions and 196 deletions

View File

@ -33,19 +33,19 @@ props:
ja-JP: "投稿の本文"
en-US: "The text of this note"
mediaIds:
fileIds:
type: "id(DriveFile)[]"
optional: true
desc:
ja-JP: "添付されているメディアのID (なければレスポンスでは空配列)"
en-US: "The IDs of the attached media (empty array for response if no media is attached)"
ja-JP: "添付されているファイルのID (なければレスポンスでは空配列)"
en-US: "The IDs of the attached files (empty array for response if no files is attached)"
media:
files:
type: "entity(DriveFile)[]"
optional: true
desc:
ja-JP: "添付されているメディア"
en-US: "The attached media"
ja-JP: "添付されているファイル"
en-US: "The attached files"
userId:
type: "id(User)"