From 39454bc13ec8811f5da39e48ef064241e52185c7 Mon Sep 17 00:00:00 2001 From: Azure CI <> Date: Sun, 18 Apr 2021 19:53:39 +0000 Subject: [PATCH] docs(ci): Update protocol.md - fcffa55 [skip ci] --- docs/generated/comments.json | 4 ++-- docs/generated/protocol.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/generated/comments.json b/docs/generated/comments.json index eb55391a..95fb966e 100644 --- a/docs/generated/comments.json +++ b/docs/generated/comments.json @@ -9584,7 +9584,7 @@ "param": [ "{String} `sceneName` Name of the scene to create the scene item in", "{String} `sourceName` Name of the source to be added", - "{boolean} `setVisible` Whether to make the sceneitem visible on creation or not. Default `true`" + "{boolean (optional)} `setVisible` Whether to make the sceneitem visible on creation or not. Default `true`" ], "return": "{int} `itemId` Numerical ID of the created scene item", "api": "requests", @@ -9610,7 +9610,7 @@ "description": "Name of the source to be added" }, { - "type": "boolean", + "type": "boolean (optional)", "name": "setVisible", "description": "Whether to make the sceneitem visible on creation or not. Default `true`" } diff --git a/docs/generated/protocol.md b/docs/generated/protocol.md index e4c7da27..c537330b 100644 --- a/docs/generated/protocol.md +++ b/docs/generated/protocol.md @@ -3776,7 +3776,7 @@ Creates a scene item in a scene. In other words, this is how you add a source in | ---- | :---: | ------------| | `sceneName` | _String_ | Name of the scene to create the scene item in | | `sourceName` | _String_ | Name of the source to be added | -| `setVisible` | _boolean_ | Whether to make the sceneitem visible on creation or not. Default `true` | +| `setVisible` | _boolean (optional)_ | Whether to make the sceneitem visible on creation or not. Default `true` | **Response Items:**