From dc122ec2d9836b98f475cb2f6d3be4f009e3ee3a Mon Sep 17 00:00:00 2001 From: Jonas Seiler Date: Thu, 3 Apr 2025 10:48:10 +0200 Subject: [PATCH] changed method flag to be a boolean --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d5a23f..5f4e8c5 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ The following functions are supported: } ``` + Note that `geometry` must contain at least two points. + - DELETE `/api/streets/`: Delete a street Deletes the street with the given name. @@ -63,6 +65,6 @@ The following functions are supported: "x": int, "y": int }, - "method": "Backend" | "Database" | "PostGIS" // Optional, default is "Backend" + "usePostGIS": bool // Optional, default is 'false' } ```