From 2b23af76d44076840f108d3bbd8db50523c62c55 Mon Sep 17 00:00:00 2001 From: "laszlo.david" Date: Mon, 9 Feb 2026 16:37:23 +0200 Subject: [PATCH] enhance list folders endpoint with new query params --- articles/LCPublicAPI/api/Public-API.v1.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/articles/LCPublicAPI/api/Public-API.v1.json b/articles/LCPublicAPI/api/Public-API.v1.json index dcfdcc4..639f905 100644 --- a/articles/LCPublicAPI/api/Public-API.v1.json +++ b/articles/LCPublicAPI/api/Public-API.v1.json @@ -2468,6 +2468,18 @@ { "$ref": "#/components/parameters/X-LC-Tenant" }, + { + "$ref": "#/components/parameters/top" + }, + { + "$ref": "#/components/parameters/skip" + }, + { + "$ref": "#/components/parameters/location" + }, + { + "$ref": "#/components/parameters/location-strategy" + }, { "name": "name", "in": "query",