This PR adds a new API endpoint for renaming a recording. The following changes have been made:
Added a new function renameRecording in server/src/users/user.service.ts to handle the renaming process.
Added a new API endpoint in server/src/users/user.controller.ts for renaming a recording and calling the renameRecording function from user.service.ts.
This PR adds a new API endpoint for renaming a recording. The following changes have been made:
renameRecording
inserver/src/users/user.service.ts
to handle the renaming process.server/src/users/user.controller.ts
for renaming a recording and calling therenameRecording
function fromuser.service.ts
.Closes #7
Resolves #7.