diff --git a/backend/openapi/components/responses/success-get-room.yaml b/backend/openapi/components/responses/success-get-room.yaml index c5e4a67..8571ac4 100644 --- a/backend/openapi/components/responses/success-get-room.yaml +++ b/backend/openapi/components/responses/success-get-room.yaml @@ -21,13 +21,13 @@ content: moderatorURL: 'http://localhost:6080/room/room-123/?secret=123456' publisherURL: 'http://localhost:6080/room/room-123/?secret=654321' - roomId_fields_only: + fields=roomId: summary: Response with only the roomId value: roomId: 'room-123' - no_urls: - summary: Room details including preferences but no URLs + fields=roomId,roomIdPrefix,creationDate,autoDeletionDate,preferences: + summary: Room details with roomId, roomIdPrefix, creationDate, autoDeletionDate, and preferences value: roomId: 'room-123' roomIdPrefix: 'room' @@ -41,7 +41,7 @@ content: virtualBackgroundPreferences: enabled: true - urls_only: + fields=moderatorURL,publisherURL: summary: Response containing only moderator and publisher URLs value: moderatorURL: 'http://localhost:6080/room/room-123/?secret=123456' diff --git a/backend/openapi/components/responses/success-get-rooms.yaml b/backend/openapi/components/responses/success-get-rooms.yaml index 2b3c1fe..774f9db 100644 --- a/backend/openapi/components/responses/success-get-rooms.yaml +++ b/backend/openapi/components/responses/success-get-rooms.yaml @@ -57,7 +57,7 @@ content: pagination: isTruncated: false maxItems: 10 - roomId_fields_only: + fields=roomId: summary: Response with only roomId for each room value: rooms: @@ -67,7 +67,7 @@ content: isTruncated: false maxItems: 10 - no_urls: + fields=roomId,roomIdPrefix,creationDate,autoDeletionDate,preferences: summary: Room details including preferences but no URLs value: rooms: @@ -98,7 +98,7 @@ content: nextPageToken: 'abc123' maxItems: 10 - urls_only: + fields=moderatorURL,publisherURL: summary: Response containing only moderator and publisher URLs value: rooms: