Adopt recovery ledger for Campaign builds
This commit is contained in:
@@ -677,6 +677,7 @@ class BuildCampaignRequest(BaseModel):
|
||||
model_config = ConfigDict(extra="forbid")
|
||||
|
||||
write_eml: bool = True
|
||||
idempotency_key: str | None = Field(default=None, min_length=1, max_length=200)
|
||||
|
||||
|
||||
class ApiKeyCreateRequest(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user