Notification Controller
@RestController
@RequestMapping(value = ["/api/v2/notifications" ] )
Controller para gerenciamento de notificações do sistema. Fornece endpoints para listar e marcar notificações como lidas.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@PostMapping(value = ["/read-all" ] )
@ResponseStatus(value = HttpStatus.NO_CONTENT )
Link copied to clipboard