Improved API descriptions

This commit is contained in:
Alejandro Celaya 2018-09-20 20:53:57 +02:00
parent d53a3222d0
commit 00e7d57245
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"