From 59ab4de24aab80cd9ab5a9a523bea527add686ba Mon Sep 17 00:00:00 2001 From: Akhil Mohan Date: Tue, 1 Apr 2025 13:44:23 +0000 Subject: [PATCH] feat: updated api description --- backend/src/lib/api-docs/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/lib/api-docs/constants.ts b/backend/src/lib/api-docs/constants.ts index 5acc04d05..88eceb181 100644 --- a/backend/src/lib/api-docs/constants.ts +++ b/backend/src/lib/api-docs/constants.ts @@ -633,7 +633,7 @@ export const FOLDERS = { path: "The path to list folders from.", directory: "The directory to list folders from. (Deprecated in favor of path)", recursive: "Whether or not to fetch all folders from the specified base path, and all of its subdirectories.", - lastSecretModified: "The timestamp filters folders with secrets modified after the specified date." + lastSecretModified: "The ISO 8601 timestamp filters folders with secrets modified after the specified date." }, GET_BY_ID: { folderId: "The ID of the folder to get details."