diff --git a/backend/openapi/components/schemas/meet-room-options.yaml b/backend/openapi/components/schemas/meet-room-options.yaml index 52ff2180..dcf98d1c 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 30a79448..6fa1d09a 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.