forked from FoundKeyGang/FoundKey
Update stream.ja-JP.md (#4725)
This commit is contained in:
parent
bcb1a9c5d3
commit
150dac00cf
1 changed files with 6 additions and 4 deletions
|
@ -130,11 +130,13 @@ Misskeyのストリームに接続しただけでは、まだリアルタイム
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
type: 'api',
|
type: 'api',
|
||||||
|
body: {
|
||||||
id: 'xxxxxxxxxxxxxxxx',
|
id: 'xxxxxxxxxxxxxxxx',
|
||||||
endpoint: 'notes/create',
|
endpoint: 'notes/create',
|
||||||
data: {
|
data: {
|
||||||
text: 'yee haw!'
|
text: 'yee haw!'
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue