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"