Documented new endpoint to create short URLs in a single step

This commit is contained in:
Alejandro Celaya
2018-05-06 12:19:08 +02:00
parent 9d890f4227
commit 98ad2816e8
2 changed files with 128 additions and 0 deletions

View File

@@ -40,6 +40,9 @@
"/v1/short-codes": {
"$ref": "paths/v1_short-codes.json"
},
"/v1/short-codes/shorten": {
"$ref": "paths/v1_short-codes_shorten.json"
},
"/v1/short-codes/{shortCode}": {
"$ref": "paths/v1_short-codes_{shortCode}.json"
},