Skip to content

Commit f76e30d

Browse files
authored
Merge pull request #110 from krakend/sc-959/-research-fallback-to-backend-if-quota-is-met
fix quota tier_key description
2 parents f8868f1 + 32fc36f commit f76e30d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

v2.13/governance/quota.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"type": "string"
2323
},
2424
"tier_key": {
25-
"description": "Header or param used to determine the tier. Use `tier_value` and `tier_value_as` on each tier to determine how to match the value.\n\nSee: https://www.krakend.io/docs/enterprise/governance/quota/",
25+
"description": "Header used to determine the tier. Use `tier_value` and `tier_value_as` on each tier to determine how to match the value.\n\nSee: https://www.krakend.io/docs/enterprise/governance/quota/",
2626
"examples": [ "X-User-Tier", "X-User-ID" ],
2727
"type": "string"
2828
},

v2.13/krakend.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1686,7 +1686,7 @@
16861686
"type": "string"
16871687
},
16881688
"tier_key": {
1689-
"description": "Header or param used to determine the tier. Use `tier_value` and `tier_value_as` on each tier to determine how to match the value.\n\nSee: https://www.krakend.io/docs/enterprise/governance/quota/",
1689+
"description": "Header used to determine the tier. Use `tier_value` and `tier_value_as` on each tier to determine how to match the value.\n\nSee: https://www.krakend.io/docs/enterprise/governance/quota/",
16901690
"examples": [ "X-User-Tier", "X-User-ID" ],
16911691
"type": "string"
16921692
},

0 commit comments

Comments
 (0)