diff --git a/docs/generated/protocol.json b/docs/generated/protocol.json index ad3927ce..bd906beb 100644 --- a/docs/generated/protocol.json +++ b/docs/generated/protocol.json @@ -1081,6 +1081,11 @@ "valueName": "availableRequests", "valueType": "Array", "valueDescription": "Array of available RPC requests for the currently negotiated RPC version" + }, + { + "valueName": "supportedImageFormats", + "valueType": "Array", + "valueDescription": "Image formats available in `GetSourceScreenshot` and `SaveSourceScreenshot` requests." } ] }, diff --git a/docs/generated/protocol.md b/docs/generated/protocol.md index 4a944324..8a88fe14 100644 --- a/docs/generated/protocol.md +++ b/docs/generated/protocol.md @@ -1469,6 +1469,7 @@ Gets data about the current plugin and RPC version. | obsWebSocketVersion | String | Current obs-websocket version | | rpcVersion | Number | Current latest obs-websocket RPC version | | availableRequests | Array<String> | Array of available RPC requests for the currently negotiated RPC version | +| supportedImageFormats | Array<String> | Image formats available in `GetSourceScreenshot` and `SaveSourceScreenshot` requests. | ---