From 0bc741243042772b1522a791c6520ecc83e4e319 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Tue, 5 Mar 2024 15:09:44 +0100 Subject: [PATCH] Fix incorrect redirect condition type definiition --- docs/swagger/definitions/SetShortUrlRedirectRule.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/swagger/definitions/SetShortUrlRedirectRule.json b/docs/swagger/definitions/SetShortUrlRedirectRule.json index fd794712..d17bedb3 100644 --- a/docs/swagger/definitions/SetShortUrlRedirectRule.json +++ b/docs/swagger/definitions/SetShortUrlRedirectRule.json @@ -15,7 +15,7 @@ "properties": { "type": { "type": "string", - "enum": ["device", "language", "query"], + "enum": ["device", "language", "query-param"], "description": "The type of the condition, which will condition the logic used to match it" }, "matchKey": {