pub async fn webhook_s3(
maybe_tx: Option<Extension<MpscNotificationQueueSender>>,
__arg1: Json<Value>,
) -> Result<StatusCode, DynHttpError>Expand description
POST /webhook/s3
Internal endpoint for handling requests from a webhook
pub async fn webhook_s3(
maybe_tx: Option<Extension<MpscNotificationQueueSender>>,
__arg1: Json<Value>,
) -> Result<StatusCode, DynHttpError>POST /webhook/s3
Internal endpoint for handling requests from a webhook