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

This commit is contained in:
Github Actions 2021-06-06 07:05:28 +00:00
parent ed79da92e0
commit 0596e867aa

View File

@ -301,7 +301,6 @@ The following message types are the base message types which may be sent to and
{
"obsWebsocketVersion": string,
"rpcVersion": number,
"availableRequests": array<string>,
"authentication": object(optional)
}
```
@ -314,7 +313,6 @@ Authentication is required
"messageType": "Hello",
"websocketVersion": "5.0.0",
"rpcVersion": 1,
"availableRequests": ["GetVersion"],
"authentication": {
"challenge": "+IxH4CnCiqpX1rM9scsNynZzbOe4KhDeYcTNS3PDaeY=",
"salt": "lM1GncleQOaCu9lT1yeUZhFYnqhsLLP1G5lAGo3ixaI="
@ -327,8 +325,7 @@ Authentication is not required
{
"messageType": "Hello",
"websocketVersion": "5.0.0",
"rpcVersion": 1,
"availableRequests": ["GetVersion"]
"rpcVersion": 1
}
```