docs(ci): Update generated docs - ac78acd [skip ci]

This commit is contained in:
Github Actions 2021-08-30 08:47:29 +00:00
parent ac78acd28c
commit fc8dce45ee

View File

@ -462,9 +462,11 @@ Authentication is not required
``` ```
{ {
"eventType": string, "eventType": string,
"eventIntent": number,
"eventData": object(optional) "eventData": object(optional)
} }
``` ```
- `eventIntent` is the original intent required to be subscribed to in order to receive the event.
**Example Message:** **Example Message:**
```json ```json
@ -472,6 +474,7 @@ Authentication is not required
"op": 2, "op": 2,
"d": { "d": {
"eventType": "StudioModeStateChanged", "eventType": "StudioModeStateChanged",
"eventIntent": 1,
"eventData": { "eventData": {
"studioModeEnabled": true "studioModeEnabled": true
} }