openvidu/backend/openapi/components/requestBodies/internal/update-participant-role-request.yaml

13 lines
371 B
YAML

description: Update participant role
required: true
content:
application/json:
schema:
type: object
properties:
role:
type: string
enum: ['moderator', 'speaker']
description: The new role to assign to the participant.
example: 'moderator'