Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dhontecillas committed Nov 11, 2024
1 parent c4a6149 commit b7b86cf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions v2.7/endpoint_extra_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,6 @@
"title": "Proxy",
"type": "object",
"properties": {
"max_payload": {
"title": "Maximum Payload",
"description": "Enterprise Only. Limits the maximum number of bytes a user can send to the endpoint. `0` means no limit. You can also set this value globally at the [service level](/docs/enterprise/service-settings/router-options/#max_payload).\n\nSee: https://www.krakend.io/docs/service-settings/router-options/",
"default": 0,
"type": "integer"
},
"combiner": {
"$id": "#endpoint_extra_config/proxy/combiner",
"title": "Custom combiner",
Expand All @@ -102,6 +96,12 @@
"$ref": "proxy/flatmap.json",
"type": "array"
},
"max_payload": {
"title": "Maximum Payload",
"description": "Enterprise Only. Limits the maximum number of bytes a user can send to the endpoint. `0` means no limit. You can also set this value globally at the [service level](/docs/enterprise/service-settings/router-options/#max_payload).\n\nSee: https://www.krakend.io/docs/service-settings/router-options/",
"default": 0,
"type": "integer"
},
"sequential": {
"$id": "#endpoint_extra_config/proxy/sequential",
"title": "Sequential proxy",
Expand Down

0 comments on commit b7b86cf

Please sign in to comment.