summaryrefslogtreecommitdiff
path: root/src/docs/api/entities/drive-folder.yaml
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2019-02-23 11:20:58 +0900
committerGitHub <noreply@github.com>2019-02-23 11:20:58 +0900
commit52774bbe6402aee076b2e0648bd1f4764924da8a (patch)
treea0e3f34ce6d000dd880a6a6c152e98e139076a14 /src/docs/api/entities/drive-folder.yaml
parent投稿を削除したときにお気に入りからも削除するように (diff)
downloadsharkey-52774bbe6402aee076b2e0648bd1f4764924da8a.tar.gz
sharkey-52774bbe6402aee076b2e0648bd1f4764924da8a.tar.bz2
sharkey-52774bbe6402aee076b2e0648bd1f4764924da8a.zip
Introduce OpenAPI specs (#4351)
* wip * wip * wip * Update index.ts * Update gen-openapi-spec.ts * Update api.ja-JP.md * Fix * Improve doc * Update gen-openapi-spec.ts * Update redoc.html * Improve doc * Update gen-openapi-spec.ts * Improve doc * Update CHANGELOG.md
Diffstat (limited to 'src/docs/api/entities/drive-folder.yaml')
-rw-r--r--src/docs/api/entities/drive-folder.yaml41
1 files changed, 0 insertions, 41 deletions
diff --git a/src/docs/api/entities/drive-folder.yaml b/src/docs/api/entities/drive-folder.yaml
deleted file mode 100644
index e3dfd2ca01..0000000000
--- a/src/docs/api/entities/drive-folder.yaml
+++ /dev/null
@@ -1,41 +0,0 @@
-name: "DriveFolder"
-
-desc:
- ja-JP: "ドライブのフォルダを表します。"
- en-US: "A folder of Drive."
-
-props:
- id:
- type: "id"
- optional: false
- desc:
- ja-JP: "フォルダID"
- en-US: "The ID of this folder"
-
- createdAt:
- type: "date"
- optional: false
- desc:
- ja-JP: "作成日時"
- en-US: "The created date of this folder"
-
- userId:
- type: "id(User)"
- optional: false
- desc:
- ja-JP: "所有者ID"
- en-US: "The ID of the owner of this folder"
-
- parentId:
- type: "entity(DriveFolder)"
- optional: false
- desc:
- ja-JP: "親フォルダのID (ルートなら null)"
- en-US: "The ID of parent folder"
-
- name:
- type: "string"
- optional: false
- desc:
- ja-JP: "フォルダ名"
- en-US: "The name of this folder"