#917 Documented QR endpoint with query size and path size

This commit is contained in:
Alejandro Celaya
2020-11-27 17:47:52 +01:00
parent 4f1ab977a1
commit c13adb04ef
3 changed files with 70 additions and 1 deletions

View File

@@ -116,6 +116,9 @@
},
"/{shortCode}/qr-code": {
"$ref": "paths/{shortCode}_qr-code.json"
},
"/{shortCode}/qr-code/{size}": {
"$ref": "paths/{shortCode}_qr-code_{size}.json"
}
}
}