From 00e7d5724549c3968a99c4b2de245a82a82d9862 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Thu, 20 Sep 2018 20:53:57 +0200 Subject: [PATCH] Improved API descriptions --- docs/swagger/paths/v1_short-codes_{shortCode}_tags.json | 2 +- docs/swagger/paths/v1_short-codes_{shortCode}_visits.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/swagger/paths/v1_short-codes_{shortCode}_tags.json b/docs/swagger/paths/v1_short-codes_{shortCode}_tags.json index 95e24038..d3bb8b86 100644 --- a/docs/swagger/paths/v1_short-codes_{shortCode}_tags.json +++ b/docs/swagger/paths/v1_short-codes_{shortCode}_tags.json @@ -10,7 +10,7 @@ { "name": "shortCode", "in": "path", - "description": "The shortCode in which we want to edit tags.", + "description": "The short code for the short URL in which we want to edit tags.", "required": true, "schema": { "type": "string" diff --git a/docs/swagger/paths/v1_short-codes_{shortCode}_visits.json b/docs/swagger/paths/v1_short-codes_{shortCode}_visits.json index c075e774..a59fd5d4 100644 --- a/docs/swagger/paths/v1_short-codes_{shortCode}_visits.json +++ b/docs/swagger/paths/v1_short-codes_{shortCode}_visits.json @@ -10,7 +10,7 @@ { "name": "shortCode", "in": "path", - "description": "The shortCode from which we want to get the visits.", + "description": "The short code for the short URL from which we want to get the visits.", "required": true, "schema": { "type": "string"