From 9a3de1b938b1a978e46d20318a387389e3db727a Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Thu, 12 Feb 2026 07:53:20 +0000 Subject: [PATCH] Fixes parameter reference table --- supafolio-api-complete.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supafolio-api-complete.md b/supafolio-api-complete.md index 5f6dc92..c638654 100644 --- a/supafolio-api-complete.md +++ b/supafolio-api-complete.md @@ -72,7 +72,7 @@ function supapress_call_supafolio($service, $params, $properties = array(), $cac #### Complete Parameter Reference -| Parameter | Required | Description | Default | Example | +| Parameter | Required | Description | Default | |------------|----------|-------------|---------| | `keyword` | no | Search term for text matching | `"javascript programming"` | | `isbns` | no | Comma-separated ISBN list | `"9781234567890,9780987654321"` |