From dda6d30c122dd39c734fb64fbfb8271eb3ea764b Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 21 Nov 2020 08:13:29 +0100 Subject: [PATCH] #904 Explicitly added missing Domains and Integrations tags to swagger docs --- docs/swagger/swagger.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/swagger/swagger.json b/docs/swagger/swagger.json index 5abe1946..8dc04412 100644 --- a/docs/swagger/swagger.json +++ b/docs/swagger/swagger.json @@ -50,6 +50,14 @@ "name": "Visits", "description": "Operations to manage visits on short URLs" }, + { + "name": "Domains", + "description": "Operations to manage domains used on short URLs" + }, + { + "name": "Integrations", + "description": "Handle services with which shlink is integrated" + }, { "name": "Monitoring", "description": "Public endpoints designed to monitor the service"