openvidu/backend/openapi/components/requestBodies/internal/change-password-request.yaml
2025-06-10 12:50:45 +02:00

11 lines
263 B
YAML

description: New password
required: true
content:
application/json:
schema:
type: object
properties:
secret:
type: newPassword
description: The new password for the user.