diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-07-20 02:40:37 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-07-20 02:40:37 +0900 |
| commit | ec2b1ec3f0035466585d9cc2a7842e519e14e31a (patch) | |
| tree | 9a8e7c40e7b068d24b362a72552e456b1adddba7 /src/docs | |
| parent | 4.24.1 (diff) | |
| download | sharkey-ec2b1ec3f0035466585d9cc2a7842e519e14e31a.tar.gz sharkey-ec2b1ec3f0035466585d9cc2a7842e519e14e31a.tar.bz2 sharkey-ec2b1ec3f0035466585d9cc2a7842e519e14e31a.zip | |
#1334
Diffstat (limited to 'src/docs')
| -rw-r--r-- | src/docs/api/entities/drive-file.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/docs/api/entities/drive-file.yaml b/src/docs/api/entities/drive-file.yaml index bb39e90112..2d14c6e1f5 100644 --- a/src/docs/api/entities/drive-file.yaml +++ b/src/docs/api/entities/drive-file.yaml @@ -81,3 +81,10 @@ props: desc: ja: "フォルダ" en: "The folder of this file" + + sensitive: + type: "boolean" + optional: true + desc: + ja: "このメディアが「閲覧注意」(NSFW)かどうか" + en: "Whether this media is NSFW" |