summaryrefslogtreecommitdiff
path: root/src/docs/api/entities/drive-folder.yaml
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-08-30 22:16:04 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-08-30 22:16:04 +0900
commitae36bf301af4c8dffd0543e9cd45f8d4a0dbd18b (patch)
treec9b10d65d71bdb97e2bbc263a2767f9f812ceb1e /src/docs/api/entities/drive-folder.yaml
parentMerge pull request #2502 from acid-chicken/patch-autogen (diff)
parent8.16.0 (diff)
downloadsharkey-ae36bf301af4c8dffd0543e9cd45f8d4a0dbd18b.tar.gz
sharkey-ae36bf301af4c8dffd0543e9cd45f8d4a0dbd18b.tar.bz2
sharkey-ae36bf301af4c8dffd0543e9cd45f8d4a0dbd18b.zip
Merge branch 'develop'
Diffstat (limited to 'src/docs/api/entities/drive-folder.yaml')
-rw-r--r--src/docs/api/entities/drive-folder.yaml24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/docs/api/entities/drive-folder.yaml b/src/docs/api/entities/drive-folder.yaml
index 0fb8308dd4..e3dfd2ca01 100644
--- a/src/docs/api/entities/drive-folder.yaml
+++ b/src/docs/api/entities/drive-folder.yaml
@@ -1,41 +1,41 @@
name: "DriveFolder"
desc:
- ja: "ドライブのフォルダを表します。"
- en: "A folder of Drive."
+ ja-JP: "ドライブのフォルダを表します。"
+ en-US: "A folder of Drive."
props:
id:
type: "id"
optional: false
desc:
- ja: "フォルダID"
- en: "The ID of this folder"
+ ja-JP: "フォルダID"
+ en-US: "The ID of this folder"
createdAt:
type: "date"
optional: false
desc:
- ja: "作成日時"
- en: "The created date of this folder"
+ ja-JP: "作成日時"
+ en-US: "The created date of this folder"
userId:
type: "id(User)"
optional: false
desc:
- ja: "所有者ID"
- en: "The ID of the owner of this folder"
+ ja-JP: "所有者ID"
+ en-US: "The ID of the owner of this folder"
parentId:
type: "entity(DriveFolder)"
optional: false
desc:
- ja: "親フォルダのID (ルートなら null)"
- en: "The ID of parent folder"
+ ja-JP: "親フォルダのID (ルートなら null)"
+ en-US: "The ID of parent folder"
name:
type: "string"
optional: false
desc:
- ja: "フォルダ名"
- en: "The name of this folder"
+ ja-JP: "フォルダ名"
+ en-US: "The name of this folder"