From e6ce84aa14ca52979b7ce237a4b536d4113530de Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 22 May 2021 07:40:21 +0200 Subject: [PATCH] Added more missing API spec docs --- docs/swagger/paths/v1_short-urls.json | 4 ++++ docs/swagger/paths/v1_short-urls_{shortCode}.json | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/docs/swagger/paths/v1_short-urls.json b/docs/swagger/paths/v1_short-urls.json index 4d30e4de..8cf22045 100644 --- a/docs/swagger/paths/v1_short-urls.json +++ b/docs/swagger/paths/v1_short-urls.json @@ -276,6 +276,10 @@ "title": { "type": "string", "description": "A descriptive title of the short URL." + }, + "crawlable": { + "type": "boolean", + "description": "Tells if this URL will be included as 'Allow' in Shlink's robots.txt." } } } diff --git a/docs/swagger/paths/v1_short-urls_{shortCode}.json b/docs/swagger/paths/v1_short-urls_{shortCode}.json index 11ff276f..8691c0b5 100644 --- a/docs/swagger/paths/v1_short-urls_{shortCode}.json +++ b/docs/swagger/paths/v1_short-urls_{shortCode}.json @@ -148,6 +148,10 @@ "type": "string", "description": "A descriptive title of the short URL.", "nullable": true + }, + "crawlable": { + "type": "boolean", + "description": "Tells if this URL will be included as 'Allow' in Shlink's robots.txt." } } }