From 28810ee5f38af954f8cb0a7241f947c2574262b9 Mon Sep 17 00:00:00 2001 From: Jonathan Rosenbaum Date: Thu, 12 Feb 2026 09:13:22 +0000 Subject: [PATCH] Default to Example --- 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 c638654..4030e27 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 | +| Parameter | Required | Description | Example | |------------|----------|-------------|---------| | `keyword` | no | Search term for text matching | `"javascript programming"` | | `isbns` | no | Comma-separated ISBN list | `"9781234567890,9780987654321"` |