You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/libs/Descript/openapi.yaml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1565,6 +1565,12 @@ paths:
1565
1565
required: false
1566
1566
schema:
1567
1567
type: string
1568
+
- in: query
1569
+
name: folder_path
1570
+
description: Filter projects by folder path (e.g. "Clients/Acme/Videos"). Use "/" to separate nested folders. Returns only projects directly inside the deepest folder.
1571
+
required: false
1572
+
schema:
1573
+
type: string
1568
1574
- in: query
1569
1575
name: created_by
1570
1576
description: Filter projects created by this user UUID. Pass `me` to filter by the authenticated user.
0 commit comments