diff --git a/docs/generated/protocol.md b/docs/generated/protocol.md index 8b41ed22..317d33fa 100644 --- a/docs/generated/protocol.md +++ b/docs/generated/protocol.md @@ -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, "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 } ```