File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -355,7 +355,7 @@ info:
355355 name : Apache 2.0
356356 url : https://www.apache.org/licenses/LICENSE-2.0.html
357357 title : BlueAPI Control
358- version : 1.0.3
358+ version : 1.1.0
359359openapi : 3.1.0
360360paths :
361361 /config/oidc :
Original file line number Diff line number Diff line change 5757from .runner import WorkerDispatcher
5858
5959#: API version to publish in OpenAPI schema
60- REST_API_VERSION = "1.0.3 "
60+ REST_API_VERSION = "1.1.0 "
6161
6262LICENSE_INFO : dict [str , str ] = {
6363 "name" : "Apache 2.0" ,
@@ -535,7 +535,7 @@ def health_probe() -> HealthProbeResponse:
535535 return HealthProbeResponse (status = Health .OK )
536536
537537
538- @secure_router .get ("/logout" , status_code = status . HTTP_200_OK , include_in_schema = False )
538+ @secure_router .get ("/logout" , include_in_schema = False )
539539def logout (runner : Annotated [WorkerDispatcher , Depends (_runner )]) -> RedirectResponse :
540540 """Redirect to logout url"""
541541 config = runner .run (interface .get_oidc_config )
You can’t perform that action at this time.
0 commit comments