diff options
| author | tamaina <tamaina@hotmail.co.jp> | 2019-04-17 02:21:22 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2019-04-17 02:21:22 +0900 |
| commit | 150dac00cf3f9a148c21598d53d8e37c11017def (patch) | |
| tree | bc3db2349558d0da7ba0c169691d11f1e38316a9 /src/docs | |
| parent | Refactor (diff) | |
| download | sharkey-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.md | 10 |
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!' + } } } ``` |