This commit is contained in:
Muhammad Rayhan Ardiansyah
2026-04-06 10:25:37 +07:00
parent 8a8fd81c00
commit 41f77ddc3a

View File

@ -239,7 +239,7 @@ export class UserToRoomController {
#swagger.security = [{
"bearerAuth": []
}]
#swagger.parameters['id'] = {
#swagger.parameters['user_id'] = {
in: 'path',
description: 'User ID.',
required: true,