Uses of Record Class
dev.dokimos.server.dto.v1.CreateAlertWebhookRequest
Packages that use CreateAlertWebhookRequest
-
Uses of CreateAlertWebhookRequest in dev.dokimos.server.controller.v1
Methods in dev.dokimos.server.controller.v1 with parameters of type CreateAlertWebhookRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<AlertWebhookView> AlertWebhookController.createAlertWebhook(UUID projectId, @Valid CreateAlertWebhookRequest request) Registers a webhook for the project. -
Uses of CreateAlertWebhookRequest in dev.dokimos.server.service
Methods in dev.dokimos.server.service with parameters of type CreateAlertWebhookRequestModifier and TypeMethodDescriptionAlertWebhookService.create(UUID projectId, CreateAlertWebhookRequest request) Registers a webhook for a project.