diff --git a/cbpi/__init__.py b/cbpi/__init__.py index 29df26c..e5432a1 100644 --- a/cbpi/__init__.py +++ b/cbpi/__init__.py @@ -1,3 +1,3 @@ -__version__ = "4.1.8.a10" +__version__ = "4.1.8.a11" __codename__ = "Groundhog Day" diff --git a/cbpi/http_endpoints/http_config.py b/cbpi/http_endpoints/http_config.py index ace5f17..8ba88f0 100644 --- a/cbpi/http_endpoints/http_config.py +++ b/cbpi/http_endpoints/http_config.py @@ -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: