From f03e82c3f8bb5891d3a39d641b26d869e3b2689e Mon Sep 17 00:00:00 2001 From: Github Actions <> Date: Tue, 16 Jan 2024 07:46:34 +0000 Subject: [PATCH] docs(ci): Update generated docs - bbdc5bc [skip ci] --- docs/generated/protocol.json | 8 +++++++- docs/generated/protocol.md | 6 ++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/generated/protocol.json b/docs/generated/protocol.json index a4e37210..8cf62018 100644 --- a/docs/generated/protocol.json +++ b/docs/generated/protocol.json @@ -3125,7 +3125,13 @@ "initialVersion": "5.0.0", "category": "record", "requestFields": [], - "responseFields": [] + "responseFields": [ + { + "valueName": "outputActive", + "valueType": "Boolean", + "valueDescription": "The new active state of the output" + } + ] }, { "description": "Starts the record output.", diff --git a/docs/generated/protocol.md b/docs/generated/protocol.md index 3e687dbd..93a7f8de 100644 --- a/docs/generated/protocol.md +++ b/docs/generated/protocol.md @@ -5024,6 +5024,12 @@ Toggles the status of the record output. - Latest Supported RPC Version: `1` - Added in v5.0.0 +**Response Fields:** + +| Name | Type | Description | +| ---- | :---: | ----------- | +| outputActive | Boolean | The new active state of the output | + --- ### StartRecord