Expand description
Webhook receiver / management API DTOs.
Wire types for the public webhook receiver
(POST /webhooks/{provider}/{project_id}) and the auth-required webhook
management endpoints (GET /api/v1/projects/{id}/webhook and
POST /api/v1/projects/{id}/webhook/rotate).
Structs§
- Webhook
Info Response - Response for
GET /api/v1/projects/{id}/webhook. - Webhook
Path - Path parameters for the public webhook receiver.
- Webhook
Response - Response for the public webhook receiver.