74 lines
3.0 KiB
YAML
74 lines
3.0 KiB
YAML
openapi: 3.1.0
|
|
info:
|
|
$ref: './info/info.yaml'
|
|
servers:
|
|
- url: /internal-api/v1
|
|
description: OpenVidu Meet Internal API
|
|
tags:
|
|
$ref: './tags/tags.yaml'
|
|
|
|
paths:
|
|
/auth/login:
|
|
$ref: './paths/internal/auth.yaml#/~1auth~1login'
|
|
/auth/logout:
|
|
$ref: './paths/internal/auth.yaml#/~1auth~1logout'
|
|
/auth/refresh:
|
|
$ref: './paths/internal/auth.yaml#/~1auth~1refresh'
|
|
/auth/api-keys:
|
|
$ref: './paths/internal/auth.yaml#/~1auth~1api-keys'
|
|
/users/profile:
|
|
$ref: './paths/internal/users.yaml#/~1users~1profile'
|
|
/users/change-password:
|
|
$ref: './paths/internal/users.yaml#/~1users~1change-password'
|
|
/preferences/webhooks:
|
|
$ref: './paths/internal/global-preferences.yaml#/~1preferences~1webhooks'
|
|
/preferences/webhooks/test:
|
|
$ref: './paths/internal/global-preferences.yaml#/~1preferences~1webhooks~1test'
|
|
/preferences/security:
|
|
$ref: './paths/internal/global-preferences.yaml#/~1preferences~1security'
|
|
/preferences/appearance:
|
|
$ref: './paths/internal/global-preferences.yaml#/~1preferences~1appearance'
|
|
/rooms/{roomId}/preferences:
|
|
$ref: './paths/internal/rooms.yaml#/~1rooms~1{roomId}~1preferences'
|
|
/rooms/{roomId}/recording-token:
|
|
$ref: './paths/internal/rooms.yaml#/~1rooms~1{roomId}~1recording-token'
|
|
/rooms/{roomId}/roles:
|
|
$ref: './paths/internal/rooms.yaml#/~1rooms~1{roomId}~1roles'
|
|
/rooms/{roomId}/roles/{secret}:
|
|
$ref: './paths/internal/rooms.yaml#/~1rooms~1{roomId}~1roles~1{secret}'
|
|
/recordings:
|
|
$ref: './paths/internal/recordings.yaml#/~1recordings'
|
|
/recordings/{recordingId}/stop:
|
|
$ref: './paths/internal/recordings.yaml#/~1recordings~1{recordingId}~1stop'
|
|
/participants/token:
|
|
$ref: './paths/internal/participants.yaml#/~1participants~1token'
|
|
/participants/token/refresh:
|
|
$ref: './paths/internal/participants.yaml#/~1participants~1token~1refresh'
|
|
/meetings/{roomId}:
|
|
$ref: './paths/internal/meetings.yaml#/~1meetings~1{roomId}'
|
|
/meetings/{roomId}/participants/{participantName}:
|
|
$ref: './paths/internal/meetings.yaml#/~1meetings~1{roomId}~1participants~1{participantName}'
|
|
|
|
components:
|
|
securitySchemes:
|
|
$ref: components/security.yaml
|
|
schemas:
|
|
User:
|
|
$ref: components/schemas/internal/user.yaml
|
|
WebhooksPreferences:
|
|
$ref: components/schemas/internal/webhooks-preferences.yaml
|
|
SecurityPreferences:
|
|
$ref: components/schemas/internal/security-preferences.yaml
|
|
MeetRoom:
|
|
$ref: components/schemas/meet-room.yaml
|
|
MeetRoomOptions:
|
|
$ref: components/schemas/meet-room-options.yaml
|
|
MeetRoomPreferences:
|
|
$ref: components/schemas/meet-room-preferences.yaml#/MeetRoomPreferences
|
|
MeetRoomRoleAndPermissions:
|
|
$ref: components/schemas/internal/meet-room-role-permissions.yaml
|
|
MeetRecording:
|
|
$ref: components/schemas/meet-recording.yaml
|
|
Error:
|
|
$ref: components/schemas/error.yaml
|