Changed documented paths on short URL-related endpoints from short-code to short-url

This commit is contained in:
Alejandro Celaya
2018-09-20 20:52:27 +02:00
parent 80fe3a73e2
commit d53a3222d0
8 changed files with 44 additions and 14 deletions

View File

@@ -1,7 +1,8 @@
{
"get": {
"operationId": "getShortUrl",
"tags": [
"ShortCodes"
"Short URLs"
],
"summary": "Parse short code",
"description": "Get the long URL behind a short code.",
@@ -78,8 +79,9 @@
},
"put": {
"operationId": "editShortUrl",
"tags": [
"ShortCodes"
"Short URLs"
],
"summary": "Edit short code",
"description": "Update certain meta arguments from an existing short URL.",
@@ -162,8 +164,9 @@
},
"delete": {
"operationId": "deleteShortUrl",
"tags": [
"ShortCodes"
"Short URLs"
],
"summary": "Delete short code",
"description": "Deletes the short URL for provided short code.",