Skip to content

Commit

Permalink
Add exclude query parameter for get style API into the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentao-Kuang committed Oct 16, 2024
1 parent a61b652 commit 07f8730
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/user-guide/swagger-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 07f8730

Please sign in to comment.