docs(ci): Update generated docs - bbdc5bc [skip ci]

This commit is contained in:
Github Actions 2024-01-16 07:46:34 +00:00
parent bbdc5bc823
commit f03e82c3f8
2 changed files with 13 additions and 1 deletions

View File

@ -3125,7 +3125,13 @@
"initialVersion": "5.0.0", "initialVersion": "5.0.0",
"category": "record", "category": "record",
"requestFields": [], "requestFields": [],
"responseFields": [] "responseFields": [
{
"valueName": "outputActive",
"valueType": "Boolean",
"valueDescription": "The new active state of the output"
}
]
}, },
{ {
"description": "Starts the record output.", "description": "Starts the record output.",

View File

@ -5024,6 +5024,12 @@ Toggles the status of the record output.
- Latest Supported RPC Version: `1` - Latest Supported RPC Version: `1`
- Added in v5.0.0 - Added in v5.0.0
**Response Fields:**
| Name | Type | Description |
| ---- | :---: | ----------- |
| outputActive | Boolean | The new active state of the output |
--- ---
### StartRecord ### StartRecord