added verification_token to sdks

This commit is contained in:
txrp0x9 2024-10-25 21:27:52 +05:30
parent 97b36c4755
commit 91e7eaaf33

View File

@ -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>,