diff --git a/backend/openapi/components/schemas/meet-room-options.yaml b/backend/openapi/components/schemas/meet-room-options.yaml index 52ff218..dcf98d1 100644 --- a/backend/openapi/components/schemas/meet-room-options.yaml +++ b/backend/openapi/components/schemas/meet-room-options.yaml @@ -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. diff --git a/backend/openapi/components/schemas/meet-room.yaml b/backend/openapi/components/schemas/meet-room.yaml index 30a7944..6fa1d09 100644 --- a/backend/openapi/components/schemas/meet-room.yaml +++ b/backend/openapi/components/schemas/meet-room.yaml @@ -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.