From 16f0c6617a60a1eea2a3c0fb777d510255b1a935 Mon Sep 17 00:00:00 2001 From: JM Date: Wed, 2 Feb 2022 23:46:03 -0800 Subject: [PATCH] Update docs library element http api (#44493) --- docs/sources/http_api/library_element.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/http_api/library_element.md b/docs/sources/http_api/library_element.md index 1d0cb086297..3b500f3837a 100644 --- a/docs/sources/http_api/library_element.md +++ b/docs/sources/http_api/library_element.md @@ -269,8 +269,8 @@ Creates a new library element. JSON Body schema: -- **folderId** – ID of the folder where the library element is stored. -- **name** – Name of the library element. +- **folderId** – Optional, the ID of the folder where the library element is stored. +- **name** – Optional, the name of the library element. - **model** – The JSON model for the library element. - **kind** – Kind of element to create, Use `1` for library panels or `2` for library variables. - **uid** – Optional, the [unique identifier](/http_api/library_element/#identifier-id-vs-unique-identifier-uid).