Skip to content

Commit c23f619

Browse files
Merge pull request #90 from astuto-ai/pu/update-python-client-2026-04-08
pu/updated request model for SyncTicketDataRequest
2 parents bfabdbb + 92d67ea commit c23f619

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

onelens_backend_client_v2/models.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6390,6 +6390,11 @@ class SyncTicketDataRequest(BaseModel):
63906390
policy_ids: List[UUID] = Field(
63916391
..., description="The unique identifiers of the policies", title="Policy Ids"
63926392
)
6393+
monitor_ids: Optional[List[UUID]] = Field(
6394+
None,
6395+
description="The unique identifiers of the monitors to filter tickets by",
6396+
title="Monitor Ids",
6397+
)
63936398
batch_size: Optional[int] = Field(
63946399
500, description="The batch size for syncing ticket data", title="Batch Size"
63956400
)

0 commit comments

Comments
 (0)