Documented new visits endpoint

This commit is contained in:
Alejandro Celaya
2020-05-01 11:44:55 +02:00
parent 1ef10f11cb
commit 3232ab401f
3 changed files with 67 additions and 0 deletions

View File

@@ -78,6 +78,9 @@
"$ref": "paths/v1_tags.json"
},
"/rest/v{version}/visits": {
"$ref": "paths/v2_visits.json"
},
"/rest/v{version}/short-urls/{shortCode}/visits": {
"$ref": "paths/v1_short-urls_{shortCode}_visits.json"
},