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

This commit is contained in:
Github Actions 2022-07-02 14:11:39 +00:00
parent be1b13f15d
commit aab925c0ed
2 changed files with 12 additions and 0 deletions

View File

@ -1648,6 +1648,16 @@
} }
], ],
"responseFields": [ "responseFields": [
{
"valueName": "vendorName",
"valueType": "String",
"valueDescription": "Echoed of `vendorName`"
},
{
"valueName": "requestType",
"valueType": "String",
"valueDescription": "Echoed of `requestType`"
},
{ {
"valueName": "responseData", "valueName": "responseData",
"valueType": "Object", "valueType": "Object",

View File

@ -2499,6 +2499,8 @@ If a plugin or script implements vendor requests or events, documentation is exp
| Name | Type | Description | | 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 | | responseData | Object | Object containing appropriate response data. {} if request does not provide any response data |
--- ---