mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
docs(ci): Update generated docs - be1b13f
[skip ci]
This commit is contained in:
parent
be1b13f15d
commit
aab925c0ed
@ -1648,6 +1648,16 @@
|
||||
}
|
||||
],
|
||||
"responseFields": [
|
||||
{
|
||||
"valueName": "vendorName",
|
||||
"valueType": "String",
|
||||
"valueDescription": "Echoed of `vendorName`"
|
||||
},
|
||||
{
|
||||
"valueName": "requestType",
|
||||
"valueType": "String",
|
||||
"valueDescription": "Echoed of `requestType`"
|
||||
},
|
||||
{
|
||||
"valueName": "responseData",
|
||||
"valueType": "Object",
|
||||
|
@ -2499,6 +2499,8 @@ If a plugin or script implements vendor requests or events, documentation is exp
|
||||
|
||||
| Name | Type | Description |
|
||||
| ---- | :---: | ----------- |
|
||||
| vendorName | String | Echoed of `vendorName` |
|
||||
| requestType | String | Echoed of `requestType` |
|
||||
| responseData | Object | Object containing appropriate response data. {} if request does not provide any response data |
|
||||
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user