summaryrefslogtreecommitdiff
path: root/src/docs/api
diff options
context:
space:
mode:
authorAcid Chicken (硫酸鶏) <root@acid-chicken.com>2018-08-11 19:56:05 +0900
committerGitHub <noreply@github.com>2018-08-11 19:56:05 +0900
commit9252c59d90374b5e1c53b7bedaaf47d3c5c1995b (patch)
tree60a89b9f25ac925510a234b4ef54e8bafb194789 /src/docs/api
parentUpdate url-preview.vue (diff)
parentCache failed url-preview (apply to proxy/client) (#2154) (diff)
downloadmisskey-9252c59d90374b5e1c53b7bedaaf47d3c5c1995b.tar.gz
misskey-9252c59d90374b5e1c53b7bedaaf47d3c5c1995b.tar.bz2
misskey-9252c59d90374b5e1c53b7bedaaf47d3c5c1995b.zip
Merge branch 'master' into patch-player
Diffstat (limited to 'src/docs/api')
-rw-r--r--src/docs/api/entities/drive-folder.yaml41
1 files changed, 41 insertions, 0 deletions
diff --git a/src/docs/api/entities/drive-folder.yaml b/src/docs/api/entities/drive-folder.yaml
new file mode 100644
index 0000000000..0fb8308dd4
--- /dev/null
+++ b/src/docs/api/entities/drive-folder.yaml
@@ -0,0 +1,41 @@
+name: "DriveFolder"
+
+desc:
+ ja: "ドライブのフォルダを表します。"
+ en: "A folder of Drive."
+
+props:
+ id:
+ type: "id"
+ optional: false
+ desc:
+ ja: "フォルダID"
+ en: "The ID of this folder"
+
+ createdAt:
+ type: "date"
+ optional: false
+ desc:
+ ja: "作成日時"
+ en: "The created date of this folder"
+
+ userId:
+ type: "id(User)"
+ optional: false
+ desc:
+ ja: "所有者ID"
+ en: "The ID of the owner of this folder"
+
+ parentId:
+ type: "entity(DriveFolder)"
+ optional: false
+ desc:
+ ja: "親フォルダのID (ルートなら null)"
+ en: "The ID of parent folder"
+
+ name:
+ type: "string"
+ optional: false
+ desc:
+ ja: "フォルダ名"
+ en: "The name of this folder"