From 07f87301168293d5930a2f0b159fb09ccf4e2f3a Mon Sep 17 00:00:00 2001 From: Wentao Kuang Date: Thu, 17 Oct 2024 11:35:44 +1300 Subject: [PATCH] Add exclude query parameter for get style API into the documentation --- docs/user-guide/swagger-api.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/user-guide/swagger-api.json b/docs/user-guide/swagger-api.json index 2f6230df1..9d06665f2 100644 --- a/docs/user-guide/swagger-api.json +++ b/docs/user-guide/swagger-api.json @@ -317,6 +317,20 @@ "example": "topographic" }, "required": true + }, + { + "name": "exclude", + "in": "query", + "description": "Exclude the Layer in style by LayerId", + "required": false, + "schema": { + "type": "array", + "items": { + "type": "string" + } + }, + "style": "form", + "example": ["Background", "hillshade"] } ], "responses": {