From a7dd441333d0c88151932ca76b37c95983d16463 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Mon, 9 Aug 2021 22:16:12 +0200 Subject: [PATCH] Added missing double quote. Closes #1151 --- docs/swagger/paths/v2_domains_redirects.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/swagger/paths/v2_domains_redirects.json b/docs/swagger/paths/v2_domains_redirects.json index 9bf16841..d9863dcd 100644 --- a/docs/swagger/paths/v2_domains_redirects.json +++ b/docs/swagger/paths/v2_domains_redirects.json @@ -5,7 +5,7 @@ "Domains" ], "summary": "Sets domain \"not found\" redirects", - "description": "Sets the URLs that you want a visitor to get redirected to for \not found\" URLs for a specific domain", + "description": "Sets the URLs that you want a visitor to get redirected to for \"not found\" URLs for a specific domain", "security": [ { "ApiKey": []