From a8b00b026edc2db87868591f422fa5f6cb8e670b Mon Sep 17 00:00:00 2001 From: Travis CI <> Date: Thu, 12 Mar 2020 13:55:33 +0000 Subject: [PATCH] docs(travis): Update protocol.md - d4db0bd [skip ci] --- docs/generated/comments.json | 8 +++++++- docs/generated/protocol.md | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/generated/comments.json b/docs/generated/comments.json index 67755474..6418f12b 100644 --- a/docs/generated/comments.json +++ b/docs/generated/comments.json @@ -2913,7 +2913,8 @@ "{double} `version` OBSRemote compatible API version. Fixed to 1.1 for retrocompatibility.", "{String} `obs-websocket-version` obs-websocket plugin version.", "{String} `obs-studio-version` OBS Studio program version.", - "{String} `available-requests` List of available request types, formatted as a comma-separated list string (e.g. : \"Method1,Method2,Method3\")." + "{String} `available-requests` List of available request types, formatted as a comma-separated list string (e.g. : \"Method1,Method2,Method3\").", + "{String} `supported-image-export-formats` List of supported formats for features that use image export (like the TakeSourceScreenshot request type) formatted as a comma-separated list string" ], "api": "requests", "name": "GetVersion", @@ -2939,6 +2940,11 @@ "type": "String", "name": "available-requests", "description": "List of available request types, formatted as a comma-separated list string (e.g. : \"Method1,Method2,Method3\")." + }, + { + "type": "String", + "name": "supported-image-export-formats", + "description": "List of supported formats for features that use image export (like the TakeSourceScreenshot request type) formatted as a comma-separated list string" } ], "names": [ diff --git a/docs/generated/protocol.md b/docs/generated/protocol.md index 9114a712..67743ab5 100644 --- a/docs/generated/protocol.md +++ b/docs/generated/protocol.md @@ -1182,6 +1182,7 @@ _No specified parameters._ | `obs-websocket-version` | _String_ | obs-websocket plugin version. | | `obs-studio-version` | _String_ | OBS Studio program version. | | `available-requests` | _String_ | List of available request types, formatted as a comma-separated list string (e.g. : "Method1,Method2,Method3"). | +| `supported-image-export-formats` | _String_ | List of supported formats for features that use image export (like the TakeSourceScreenshot request type) formatted as a comma-separated list string | ---