added env switch for empty day rendering + switched from 255 to 254 for auto logout

This commit is contained in:
2025-04-10 09:16:20 +02:00
parent 19251eefed
commit 71e65e9b17
8 changed files with 116 additions and 1172 deletions

View File

@@ -88,7 +88,7 @@ paths:
enum:
- 1
- 2
- 255
- 254
responses:
"200":
description: successfully created booking
@@ -137,7 +137,7 @@ paths:
enum:
- 1
- 2
- 255
- 254
responses:
"200":
description: successfully created booking
@@ -154,7 +154,7 @@ paths:
tags:
- booking
summary: Logs out all logged in users
description: With this call all actively logged in users (last booking today has check_in_out=1) will be logged out automaticly (check_in_out=255)
description: With this call all actively logged in users (last booking today has check_in_out=1) will be logged out automaticly (check_in_out=254)
operationId: autoLogout
responses:
"200":
@@ -196,7 +196,7 @@ components:
enum:
- 1
- 2
- 255
- 254
timestamp:
type: string
format: date-time