Update docs library element http api (#44493)

pull/44816/head
JM 3 years ago committed by GitHub
parent f8105efff3
commit 16f0c6617a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      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).

Loading…
Cancel
Save