Allow QR code logo to be individually disabled

This commit is contained in:
Alejandro Celaya
2024-12-18 08:53:28 +01:00
parent 736e09adfe
commit 6ad8b03850
5 changed files with 34 additions and 14 deletions

View File

@@ -85,6 +85,16 @@
"type": "string",
"default": "#ffffff"
}
},
{
"name": "logo",
"in": "query",
"description": "Currently used to disable the logo that was set via configuration options. It may be used in future to dynamically choose from multiple logos.",
"required": false,
"schema": {
"type": "string",
"enum": ["disable"]
}
}
],
"responses": {