Skip to content

Commit 50c7088

Browse files
update generated models from apify-docs PR #2702
1 parent 5bc2567 commit 50c7088

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/apify_client/_models.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ class ActorDefinition(BaseModel):
206206
storages: Storages | None = None
207207
default_memory_mbytes: str | int | None = None
208208
"""
209-
Specifies the default amount of memory in megabytes to be used when the Actor is started. Can be an integer or a [dynamic memory expression](https://docs.apify.com/platform/actors/development/actor-definition/dynamic-actor-memory).
209+
Specifies the default amount of memory in megabytes to be used when the Actor is started. Can be an integer or a [dynamic memory expression](https://docs.apify.com/actors/development/actor-definition/dynamic-actor-memory).
210210
"""
211211
min_memory_mbytes: Annotated[int | None, Field(ge=128)] = None
212212
"""
@@ -852,7 +852,7 @@ class Dataset(BaseModel):
852852
),
853853
] = None
854854
"""
855-
Defines the schema of items in your dataset, the full specification can be found in [Apify docs](https://docs.apify.com/platform/actors/development/actor-definition/dataset-schema)
855+
Defines the schema of items in your dataset, the full specification can be found in [Apify docs](https://docs.apify.com/actors/development/actor-definition/dataset-schema)
856856
"""
857857
console_url: Annotated[AnyUrl, Field(examples=['https://console.apify.com/storage/datasets/27TmTznX9YPeAYhkC'])]
858858
items_public_url: Annotated[

0 commit comments

Comments
 (0)