diff --git a/docs/swagger/definitions/SetShortUrlRedirectRule.json b/docs/swagger/definitions/SetShortUrlRedirectRule.json index d17bedb3..00074acf 100644 --- a/docs/swagger/definitions/SetShortUrlRedirectRule.json +++ b/docs/swagger/definitions/SetShortUrlRedirectRule.json @@ -15,8 +15,8 @@ "properties": { "type": { "type": "string", - "enum": ["device", "language", "query-param"], - "description": "The type of the condition, which will condition the logic used to match it" + "enum": ["device", "language", "query-param", "ip-address"], + "description": "The type of the condition, which will determine the logic used to match it" }, "matchKey": { "type": ["string", "null"]