From aa3fce6852df8bbe9c5963cbf4d7a4a36fdb1ef5 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sat, 11 Oct 2025 09:20:10 +0200 Subject: [PATCH] correct default setting for addressdetails parameter in lookup Fixes #3850. --- docs/api/Lookup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/Lookup.md b/docs/api/Lookup.md index b3f39a43..786e8ef6 100644 --- a/docs/api/Lookup.md +++ b/docs/api/Lookup.md @@ -49,7 +49,7 @@ Only has an effect for JSON output formats. | Parameter | Value | Default | |-----------| ----- | ------- | -| addressdetails | 0 or 1 | 0 | +| addressdetails | 0 or 1 | 1 | When set to 1, include a breakdown of the address into elements. The exact content of the address breakdown depends on the output format. -- 2.39.5