pub async fn register(
__arg0: State<Arc<AppState>>,
__arg1: Json<WebhookConfig>,
) -> impl IntoResponseExpand description
Register a new webhook config.
Mounted at POST /api/v1/webhooks.
pub async fn register(
__arg0: State<Arc<AppState>>,
__arg1: Json<WebhookConfig>,
) -> impl IntoResponseRegister a new webhook config.
Mounted at POST /api/v1/webhooks.