docs: updated api reference docs for the new folder endpoint

This commit is contained in:
=
2024-07-12 14:29:19 +05:30
parent 3c63346d3a
commit 539785acae
2 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
---
title: "Get by ID"
openapi: "GET /api/v1/folders/{id}"
---

View File

@@ -506,6 +506,7 @@
"group": "Folders",
"pages": [
"api-reference/endpoints/folders/list",
"api-reference/endpoints/folders/get-by-id",
"api-reference/endpoints/folders/create",
"api-reference/endpoints/folders/update",
"api-reference/endpoints/folders/delete"