From 0596e867aa8e499ac789138c699d6927330f31f0 Mon Sep 17 00:00:00 2001 From: Github Actions <> Date: Sun, 6 Jun 2021 07:05:28 +0000 Subject: [PATCH] docs(ci): Update generated docs - ed79da9 [skip ci] --- docs/generated/protocol.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 } ```