backend: Update success-room-marked-for-deletion response example and enhance bulk delete response description

This commit is contained in:
Carlos Santos 2025-04-15 12:21:38 +02:00
parent be6115a343
commit 0402f284e7
2 changed files with 4 additions and 1 deletions

View File

@ -7,4 +7,4 @@ content:
message:
type: string
example:
message: Rooms room-123, room-456 marked for deletion
message: Rooms room-123 marked for deletion

View File

@ -136,6 +136,9 @@
- $ref: '../components/parameters/room-id.yaml'
responses:
'202':
description: >
The room was marked for deletion (due to active participants)
and will be removed once all participants leave.
$ref: '../components/responses/success-room-marked-for-deletion.yaml'
'204':
description: Successfully deleted the OpenVidu Meet room