From ce2ed237c75d4f0b293d92db69458cc9d2b83597 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Wed, 17 Jul 2024 20:23:58 +0200 Subject: [PATCH] Add ip-address condition type to redirect rules API spec docs --- docs/swagger/definitions/SetShortUrlRedirectRule.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"]