From 22bc713ed88cc0131096167aab92f8d511328f45 Mon Sep 17 00:00:00 2001 From: Per Mortensen Date: Sat, 16 Aug 2025 21:40:03 +0200 Subject: [PATCH] Document API bundle filter (#1161) --- docs/src/content/docs/api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/content/docs/api.md b/docs/src/content/docs/api.md index ce43b2e..6a5fea0 100644 --- a/docs/src/content/docs/api.md +++ b/docs/src/content/docs/api.md @@ -37,6 +37,7 @@ Parameters: - `offset` - Index from which to start returning results - `modified_since` - Filter results to only include bookmarks modified after the specified date (format: ISO 8601, e.g. "2025-01-01T00:00:00Z") - `added_since` - Filter results to only include bookmarks added after the specified date (format: ISO 8601, e.g. "2025-05-29T00:00:00Z") +- `bundle` - Filter results by bundle id to only include bookmarks matched by a given bundle Example response: