From 6122fe6ea7e2478d4147e63ebf8b7557f8cf38aa Mon Sep 17 00:00:00 2001 From: Github Actions <> Date: Sat, 2 Jul 2022 14:04:41 +0000 Subject: [PATCH] docs(ci): Update generated docs - 4201664 [skip ci] --- docs/generated/protocol.json | 13 ++++++++++++- docs/generated/protocol.md | 7 +++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/docs/generated/protocol.json b/docs/generated/protocol.json index 537a7e8c..3a4644dd 100644 --- a/docs/generated/protocol.json +++ b/docs/generated/protocol.json @@ -2826,7 +2826,13 @@ "initialVersion": "5.0.0", "category": "record", "requestFields": [], - "responseFields": [] + "responseFields": [ + { + "valueName": "outputPath", + "valueType": "String", + "valueDescription": "File name for the saved recording" + } + ] }, { "description": "Toggles pause on the record output.", @@ -4881,6 +4887,11 @@ "valueName": "outputState", "valueType": "String", "valueDescription": "The specific state of the output" + }, + { + "valueName": "outputPath", + "valueType": "String", + "valueDescription": "File name for the saved recording, if record stopped. `null` otherwise" } ] }, diff --git a/docs/generated/protocol.md b/docs/generated/protocol.md index 688450e2..8a502273 100644 --- a/docs/generated/protocol.md +++ b/docs/generated/protocol.md @@ -2148,6 +2148,7 @@ The state of the record output has changed. | ---- | :---: | ----------- | | outputActive | Boolean | Whether the output is active | | outputState | String | The specific state of the output | +| outputPath | String | File name for the saved recording, if record stopped. `null` otherwise | --- @@ -4606,6 +4607,12 @@ Stops the record output. - Latest Supported RPC Version: `1` - Added in v5.0.0 +**Response Fields:** + +| Name | Type | Description | +| ---- | :---: | ----------- | +| outputPath | String | File name for the saved recording | + --- ### ToggleRecordPause