mirror of
https://github.com/shlinkio/shlink.git
synced 2026-02-28 04:03:12 +08:00
Add ip-address condition type to redirect rules API spec docs
This commit is contained in:
@@ -15,8 +15,8 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"type": {
|
"type": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": ["device", "language", "query-param"],
|
"enum": ["device", "language", "query-param", "ip-address"],
|
||||||
"description": "The type of the condition, which will condition the logic used to match it"
|
"description": "The type of the condition, which will determine the logic used to match it"
|
||||||
},
|
},
|
||||||
"matchKey": {
|
"matchKey": {
|
||||||
"type": ["string", "null"]
|
"type": ["string", "null"]
|
||||||
|
|||||||
Reference in New Issue
Block a user