Uses of Record Class
dev.dokimos.server.dto.v1.UpdateAlertWebhookRequest
Packages that use UpdateAlertWebhookRequest
-
Uses of UpdateAlertWebhookRequest in dev.dokimos.server.controller.v1
Methods in dev.dokimos.server.controller.v1 with parameters of type UpdateAlertWebhookRequestModifier and TypeMethodDescriptionAlertWebhookController.updateAlertWebhook(UUID projectId, UUID webhookId, @Valid UpdateAlertWebhookRequest request) Updates a webhook. -
Uses of UpdateAlertWebhookRequest in dev.dokimos.server.service
Methods in dev.dokimos.server.service with parameters of type UpdateAlertWebhookRequestModifier and TypeMethodDescriptionAlertWebhookService.update(UUID projectId, UUID webhookId, UpdateAlertWebhookRequest request) Replaces a webhook's url and enabled flag, and optionally its secret.