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!'
+		}
 	}
 }
 ```