docs(ci): Update generated docs - 35e3e27 [skip ci]

This commit is contained in:
Github Actions 2022-07-12 17:11:15 +00:00
parent 35e3e278bf
commit 258bfc5689
2 changed files with 3 additions and 3 deletions

View File

@ -3097,7 +3097,7 @@
}, },
{ {
"description": "Basically GetSceneItemList, but for groups.\n\nUsing groups at all in OBS is discouraged, as they are very broken under the hood.\n\nGroups only", "description": "Basically GetSceneItemList, but for groups.\n\nUsing groups at all in OBS is discouraged, as they are very broken under the hood.\n\nGroups only",
"requestType": "GetGroupItemList", "requestType": "GetGroupSceneItemList",
"complexity": 3, "complexity": 3,
"rpcVersion": "1", "rpcVersion": "1",
"deprecated": false, "deprecated": false,

View File

@ -2357,7 +2357,7 @@ Studio mode has been enabled or disabled.
- [SetSourceFilterEnabled](#setsourcefilterenabled) - [SetSourceFilterEnabled](#setsourcefilterenabled)
- [Scene Items Requests](#scene-items-1-requests) - [Scene Items Requests](#scene-items-1-requests)
- [GetSceneItemList](#getsceneitemlist) - [GetSceneItemList](#getsceneitemlist)
- [GetGroupItemList](#getgroupitemlist) - [GetGroupSceneItemList](#getgroupsceneitemlist)
- [GetSceneItemId](#getsceneitemid) - [GetSceneItemId](#getsceneitemid)
- [CreateSceneItem](#createsceneitem) - [CreateSceneItem](#createsceneitem)
- [RemoveSceneItem](#removesceneitem) - [RemoveSceneItem](#removesceneitem)
@ -4008,7 +4008,7 @@ Scenes only
--- ---
### GetGroupItemList ### GetGroupSceneItemList
Basically GetSceneItemList, but for groups. Basically GetSceneItemList, but for groups.