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:
Carlos Santos 2025-04-08 18:54:06 +02:00
parent 0330dcc067
commit 7b53d81813
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.