Skip to content

Commit e186cd2

Browse files
committed
Fix a url in json schema
1 parent 69f8f77 commit e186cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v2.5/backend.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"input_query_strings": {
5959
"$id": "#backend/input_query_strings",
6060
"title": "Allowed Querystrings In",
61-
"description": "A second level of query string filtering that defines the list of all query strings allowed to reach this backend when different than the endpoint.\nBy default, all query strings in the endpoint `input_query_strings` reach the backend, unless otherwise specified here. An empty list `[]` is considered a zero-value and allows all headers to pass. Use `[\"\"]` to explicitly remove all query strings. See [query strings forwarding](https://www.krakend.io/docs/endpoints/parameter-forwarding//#query-string-forwarding)",
61+
"description": "A second level of query string filtering that defines the list of all query strings allowed to reach this backend when different than the endpoint.\nBy default, all query strings in the endpoint `input_query_strings` reach the backend, unless otherwise specified here. An empty list `[]` is considered a zero-value and allows all headers to pass. Use `[\"\"]` to explicitly remove all query strings. See [query strings forwarding](https://www.krakend.io/docs/endpoints/parameter-forwarding/#query-string-forwarding)",
6262
"type": "array",
6363
"uniqueItems": true,
6464
"default": [],

0 commit comments

Comments
 (0)