Added other of non-rest endpoints

This commit is contained in:
Alejandro Celaya
2018-12-09 15:43:56 +01:00
parent c898cef277
commit 6396e7f964
4 changed files with 153 additions and 0 deletions

View File

@@ -91,6 +91,15 @@
"/{shortCode}": {
"$ref": "paths/{shortCode}.json"
},
"/{shortCode}/track": {
"$ref": "paths/{shortCode}_track.json"
},
"/{shortCode}/qr-code": {
"$ref": "paths/{shortCode}_qr-code.json"
},
"/{shortCode}/preview": {
"$ref": "paths/{shortCode}_preview.json"
},
"/rest/v1/authenticate": {
"$ref": "paths/v1_authenticate.json"