mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-16 03:32:22 +08:00
added verification_token to sdks
This commit is contained in:
parent
97b36c4755
commit
91e7eaaf33
|
@ -128,6 +128,9 @@ pub struct CrawlOptions {
|
|||
/// URL to send Webhook crawl events to.
|
||||
pub webhook: Option<String>,
|
||||
|
||||
/// A token that can be verified when webhooks are received
|
||||
pub verification_token: Option<String>,
|
||||
|
||||
/// Idempotency key to send to the crawl endpoint.
|
||||
#[serde(skip)]
|
||||
pub idempotency_key: Option<String>,
|
||||
|
|
Loading…
Reference in New Issue
Block a user