backend: Update response examples in success-get-room and success-get-rooms YAML files for clarity and consistency
This commit is contained in:
parent
a65018072a
commit
bc01ef1caf
@ -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'
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user