@@ -415,9 +415,9 @@ export class OccurrenceController {
@Roles(UserRoleEnum.ADMIN,UserRoleEnum.MODERATOR)
@ApiOperation({
summary:
'Dual assign occurrence to both a user and a manager (Admin/Moderator only)',
'Flexible assignment of occurrence to assignee and/or manager (Admin/Moderator only)',
description:
'Assigns an occurrence to both a worker/technician (assignee) and a manager/admin (manager) for dual oversight',
'Assigns an occurrence to a worker/technician (assignee), manager/admin (manager), or both. At least one field must be provided. You can update just the assignee, just the manager, or both at the same time.',
})
@ApiParam({
name:'id',
...
...
@@ -427,7 +427,7 @@ export class OccurrenceController {