backend: Update room deletion description to specify that the deletion date must be at least one hour in the future
This commit is contained in:
parent
0330dcc067
commit
7b53d81813
@ -4,7 +4,7 @@ properties:
|
||||
type: [number, 'null']
|
||||
example: 1620000000000
|
||||
description: >
|
||||
The date and time when the room will be deleted, represented in milliseconds since the Unix epoch.
|
||||
The date and time when the room will be deleted (must be one hour in the future or more) represented in milliseconds since the Unix epoch.
|
||||
|
||||
After this date, the room will be automatically deleted and no new participants can join.
|
||||
|
||||
|
||||
@ -19,7 +19,7 @@ properties:
|
||||
type: [number, 'null']
|
||||
example: 1620000800000
|
||||
description: >
|
||||
The date and time when the room will be deleted, represented in milliseconds since the Unix epoch.
|
||||
The date and time when the room will be deleted (must be one hour in the future or more) represented in milliseconds since the Unix epoch.
|
||||
|
||||
After this date, the room will be automatically deleted and no new participants can join.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user