added env switch for empty day rendering + switched from 255 to 254 for auto logout
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user