From ff916d9c15d38eead1ed93c4da2d7fc0c5e3b081 Mon Sep 17 00:00:00 2001 From: Arati R <33031346+suntala@users.noreply.github.com> Date: Thu, 15 Feb 2024 15:21:01 +0100 Subject: [PATCH] Docs: Update docs for creating nested folders (#82310) --- docs/sources/developers/http_api/folder.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/sources/developers/http_api/folder.md b/docs/sources/developers/http_api/folder.md index 12087d1acc8..aaae48dc486 100644 --- a/docs/sources/developers/http_api/folder.md +++ b/docs/sources/developers/http_api/folder.md @@ -160,7 +160,8 @@ Authorization: Bearer eyJrIjoiT0tTcG1pUlY2RnVKZTFVaDFsNFZXdE9ZWmNrMkZYbk { "uid": "nErXDvCkzz", - "title": "Department ABC" + "title": "Department ABC", + "parentUid": "fgnj5e52gel76g" } ``` @@ -168,6 +169,7 @@ JSON Body schema: - **uid** – Optional [unique identifier]({{< ref "#identifier-id-vs-unique-identifier-uid" >}}). - **title** – The title of the folder. +- **parentUid** - Optional field, the unique identifier of the parent folder under which the folder should be created. Requires nested folders to be enabled. **Example Response**: