mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-21 14:38:15 +01:00
fix api description
This commit is contained in:
parent
668705e1e0
commit
f036a2f972
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
__version__ = "4.1.8.a10"
|
||||
__version__ = "4.1.8.a11"
|
||||
__codename__ = "Groundhog Day"
|
||||
|
||||
|
|
|
@ -108,7 +108,7 @@ class ConfigHttpEndpoints:
|
|||
async def http_remove_obsolete(self, request) -> web.Response:
|
||||
"""
|
||||
---
|
||||
description: Get all config parameters
|
||||
description: Remove obsolete config parameters
|
||||
tags:
|
||||
- Config
|
||||
responses:
|
||||
|
|
Loading…
Reference in a new issue