summaryrefslogtreecommitdiff
path: root/src/docs/api/entities/drive-folder.yaml
diff options
context:
space:
mode:
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"