summaryrefslogtreecommitdiff
path: root/src/docs
diff options
context:
space:
mode:
authortamaina <tamaina@hotmail.co.jp>2019-04-17 02:21:22 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2019-04-17 02:21:22 +0900
commit150dac00cf3f9a148c21598d53d8e37c11017def (patch)
treebc3db2349558d0da7ba0c169691d11f1e38316a9 /src/docs
parentRefactor (diff)
downloadsharkey-150dac00cf3f9a148c21598d53d8e37c11017def.tar.gz
sharkey-150dac00cf3f9a148c21598d53d8e37c11017def.tar.bz2
sharkey-150dac00cf3f9a148c21598d53d8e37c11017def.zip
Update stream.ja-JP.md (#4725)
Diffstat (limited to 'src/docs')
-rw-r--r--src/docs/stream.ja-JP.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/docs/stream.ja-JP.md b/src/docs/stream.ja-JP.md
index 0e9afa7332..40fc49916e 100644
--- a/src/docs/stream.ja-JP.md
+++ b/src/docs/stream.ja-JP.md
@@ -130,10 +130,12 @@ Misskeyのストリームに接続しただけでは、まだリアルタイム
```json
{
type: 'api',
- id: 'xxxxxxxxxxxxxxxx',
- endpoint: 'notes/create',
- data: {
- text: 'yee haw!'
+ body: {
+ id: 'xxxxxxxxxxxxxxxx',
+ endpoint: 'notes/create',
+ data: {
+ text: 'yee haw!'
+ }
}
}
```