diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-12-14 22:50:41 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-12-14 22:50:41 +0900 |
| commit | a357d5c6a51b1d3b36e2735068a2603ff8e1675a (patch) | |
| tree | 58110b48b34c7618081f4dde290d5c969bcf272a /src/web/docs/api/endpoints/posts/create.yaml | |
| parent | :v: (diff) | |
| download | sharkey-a357d5c6a51b1d3b36e2735068a2603ff8e1675a.tar.gz sharkey-a357d5c6a51b1d3b36e2735068a2603ff8e1675a.tar.bz2 sharkey-a357d5c6a51b1d3b36e2735068a2603ff8e1675a.zip | |
:v:
Diffstat (limited to 'src/web/docs/api/endpoints/posts/create.yaml')
| -rw-r--r-- | src/web/docs/api/endpoints/posts/create.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/web/docs/api/endpoints/posts/create.yaml b/src/web/docs/api/endpoints/posts/create.yaml index feedf4f0d2..498a99159c 100644 --- a/src/web/docs/api/endpoints/posts/create.yaml +++ b/src/web/docs/api/endpoints/posts/create.yaml @@ -15,8 +15,8 @@ params: type: "id(DriveFile)[]" optional: true desc: - ja: "添付するメディア" - en: "Media you want to attach" + ja: "添付するメディア(1~4つ)" + en: "Media you want to attach (1~4)" - name: "reply_id" type: "id(Post)" optional: true |