Documented margin param on QR code endpoint

This commit is contained in:
Alejandro Celaya
2021-02-07 08:35:52 +01:00
parent 383fde488b
commit 9f512705fa
2 changed files with 14 additions and 1 deletions

View File

@@ -40,6 +40,17 @@
"svg"
]
}
},
{
"name": "margin",
"in": "query",
"description": "The margin around the QR code image.",
"required": false,
"schema": {
"type": "integer",
"minimum": 0,
"default": 0
}
}
],
"responses": {