Skip to content

Commit ff9817c

Browse files
chore: update generated models from apify-docs PR #2472 (#768)
This PR updates the auto-generated Pydantic models and TypedDicts based on OpenAPI specification changes in [apify-docs PR #2472](apify/apify-docs#2472). Co-authored-by: apify-service-account <apify-service-account@users.noreply.github.com>
1 parent 3a74e1f commit ff9817c

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/apify_client/_models_generated.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1814,10 +1814,6 @@ class ListOfRequests(BaseModel):
18141814
"""
18151815
The array of requests.
18161816
"""
1817-
count: Annotated[int | None, Field(examples=[2])] = None
1818-
"""
1819-
The total number of requests matching the query.
1820-
"""
18211817
limit: Annotated[int, Field(examples=[2])]
18221818
"""
18231819
The maximum number of requests returned in this response.

0 commit comments

Comments
 (0)