From 181740c3e9acf0e49db6c69a7e86b74be975be0b Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Thu, 9 Dec 2021 18:55:17 +0100 Subject: [PATCH] Fixed typo in swagger docs --- docs/swagger/paths/v1_short-urls.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/swagger/paths/v1_short-urls.json b/docs/swagger/paths/v1_short-urls.json index 4ef28bd2..04afdd3a 100644 --- a/docs/swagger/paths/v1_short-urls.json +++ b/docs/swagger/paths/v1_short-urls.json @@ -323,9 +323,9 @@ "type": "string", "description": "Provided custom slug when the error type is INVALID_SLUG" }, - "domain": {"type": "string", + "domain": { + "type": "string", "description": "The domain for which you were trying to create the new short URL" - } } }