Skip to content

Commit

Permalink
Fix #369 Webhooks recent delivery api giving 404 error
Browse files Browse the repository at this point in the history
  • Loading branch information
albinpa authored and georgepadayatti committed Oct 26, 2023
1 parent 9fbede1 commit 5634c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2/http_path/config_paths.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const ConfigUpdateWebhook = "/v2/config/webhook/{webhookId}"
const ConfigDeleteWebhook = "/v2/config/webhook/{webhookId}"
const ConfigListWebhooks = "/v2/config/webhooks"
const ConfigPingWebhook = "/v2/config/webhook/{webhookId}/ping"
const ConfigListRecentWebhookDeliveries = "/v2/config/webhooks/{webhookId}/delivery"
const ConfigListRecentWebhookDeliveries = "/v2/config/webhooks/{webhookId}/deliveries"
const ConfigReadRecentWebhookDelivery = "/v2/config/webhooks/{webhookId}/delivery/{deliveryId}"
const ConfigRedeliverWebhookPayloadByDeliveryID = "/v2/config/webhooks/{webhookId}/delivery/{deliveryId}/redeliver"
const ConfigListWebhookEventTypes = "/v2/config/webhooks/event-types"
Expand Down

0 comments on commit 5634c21

Please sign in to comment.