openapi: add missing security requirement in getRoomPreferences endpoint
This commit is contained in:
parent
4d9e5fe81a
commit
1b291cef4d
@ -33,6 +33,8 @@
|
|||||||
Retrieves the preferences of an OpenVidu Meet room with the specified room ID.
|
Retrieves the preferences of an OpenVidu Meet room with the specified room ID.
|
||||||
tags:
|
tags:
|
||||||
- Internal API - Rooms
|
- Internal API - Rooms
|
||||||
|
security:
|
||||||
|
- participantTokenCookie: []
|
||||||
parameters:
|
parameters:
|
||||||
- $ref: '../../components/parameters/room-id-path.yaml'
|
- $ref: '../../components/parameters/room-id-path.yaml'
|
||||||
responses:
|
responses:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user