diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-12-15 00:23:45 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-12-15 00:23:45 +0900 |
| commit | d6ec5f2fe13bb1e3f4316f04591bf419f587c2bd (patch) | |
| tree | e6c027442f2cbc285391e34f927ab6d3f9eb2e1a /src/web/docs/api/endpoints/posts/create.yaml | |
| parent | :v: (diff) | |
| download | sharkey-d6ec5f2fe13bb1e3f4316f04591bf419f587c2bd.tar.gz sharkey-d6ec5f2fe13bb1e3f4316f04591bf419f587c2bd.tar.bz2 sharkey-d6ec5f2fe13bb1e3f4316f04591bf419f587c2bd.zip | |
:v:
Diffstat (limited to 'src/web/docs/api/endpoints/posts/create.yaml')
| -rw-r--r-- | src/web/docs/api/endpoints/posts/create.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/web/docs/api/endpoints/posts/create.yaml b/src/web/docs/api/endpoints/posts/create.yaml index 498a99159c..5e2307dab4 100644 --- a/src/web/docs/api/endpoints/posts/create.yaml +++ b/src/web/docs/api/endpoints/posts/create.yaml @@ -10,7 +10,7 @@ params: optional: true desc: ja: "投稿の本文" - en: "Text of a post" + en: "The text of your post" - name: "media_ids" type: "id(DriveFile)[]" optional: true @@ -22,19 +22,19 @@ params: optional: true desc: ja: "返信する投稿" - en: "A post you want to reply" + en: "The post you want to reply" - name: "repost_id" type: "id(Post)" optional: true desc: ja: "引用する投稿" - en: "A post you want to quote" + en: "The post you want to quote" - name: "poll" type: "object" optional: true desc: ja: "投票" - en: "A poll" + en: "The poll" defName: "poll" def: - name: "choices" |