From 46214eef4476d184b2c99c653fedfb92ae7d0679 Mon Sep 17 00:00:00 2001 From: Azure CI <> Date: Tue, 1 Jun 2021 00:14:07 +0000 Subject: [PATCH] docs(ci): Update protocol.md - 5f0b152 [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 95fb966e..09606553 100644 --- a/docs/generated/comments.json +++ b/docs/generated/comments.json @@ -9923,7 +9923,7 @@ "description": "Changes the order of scene items in the requested scene.", "param": [ "{String (optional)} `scene` Name of the scene to reorder (defaults to current).", - "{Array} `items` Ordered list of objects with name and/or id specified. Id preferred due to uniqueness per scene", + "{Array} `items` Ordered list of objects with name and/or id specified. Id preferred due to uniqueness per scene", "{int (optional)} `items.*.id` Id of a specific scene item. Unique on a scene by scene basis.", "{String (optional)} `items.*.name` Name of a scene item. Sufficiently unique if no scene items share sources within the scene." ], @@ -9938,7 +9938,7 @@ "description": "Name of the scene to reorder (defaults to current)." }, { - "type": "Array", + "type": "Array", "name": "items", "description": "Ordered list of objects with name and/or id specified. Id preferred due to uniqueness per scene" }, diff --git a/docs/generated/protocol.md b/docs/generated/protocol.md index 3c217e44..b9f385bf 100644 --- a/docs/generated/protocol.md +++ b/docs/generated/protocol.md @@ -3914,7 +3914,7 @@ Changes the order of scene items in the requested scene. | Name | Type | Description | | ---- | :---: | ------------| | `scene` | _String (optional)_ | Name of the scene to reorder (defaults to current). | -| `items` | _Array<Scene>_ | Ordered list of objects with name and/or id specified. Id preferred due to uniqueness per scene | +| `items` | _Array<Object>_ | Ordered list of objects with name and/or id specified. Id preferred due to uniqueness per scene | | `items.*.id` | _int (optional)_ | Id of a specific scene item. Unique on a scene by scene basis. | | `items.*.name` | _String (optional)_ | Name of a scene item. Sufficiently unique if no scene items share sources within the scene. |