backend: Rename recording content endpoint and stop endpoint in OpenAPI specs

This commit is contained in:
juancarmore 2025-04-10 10:19:28 +02:00
parent e7f45dcbfd
commit 11dad40a0b
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ paths:
$ref: './paths/recordings.yaml#/~1recordings'
/recordings/{recordingId}:
$ref: './paths/recordings.yaml#/~1recordings~1{recordingId}'
/recordings/{recordingId}/content:
/recordings/{recordingId}/media:
$ref: './paths/recordings.yaml#/~1recordings~1{recordingId}~1media'
components:
securitySchemes:

View File

@ -22,8 +22,8 @@ paths:
$ref: './paths/internal/rooms.yaml#/~1rooms~1{roomId}~1participant-role'
/recordings:
$ref: './paths/internal/recordings.yaml#/~1recordings'
/recordings/{recordingId}:
$ref: './paths/internal/recordings.yaml#/~1recordings~1{recordingId}'
/recordings/{recordingId}/stop:
$ref: './paths/internal/recordings.yaml#/~1recordings~1{recordingId}~1stop'
/participants/token:
$ref: './paths/internal/participants.yaml#/~1participants~1token'
/participants/token/refresh: