Skip to content

Commit 783b3eb

Browse files
docs: fix dataset schema link in generated Dataset model (#923)
- Updates the auto-generated Pydantic models and TypedDicts based on the proposed OpenAPI specification changes. - Based on apify-docs PR [#2747](apify/apify-docs#2747).
1 parent fc4007e commit 783b3eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/apify_client/_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ class Dataset(BaseModel):
875875
),
876876
] = None
877877
"""
878-
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)
878+
Defines the schema of items in your dataset, the full specification can be found in [Apify docs](https://docs.apify.com/storage/dataset-schema)
879879
"""
880880
console_url: Annotated[AnyUrl, Field(examples=['https://console.apify.com/storage/datasets/27TmTznX9YPeAYhkC'])]
881881
items_public_url: Annotated[

0 commit comments

Comments
 (0)