Skip to content

Commit 06e4e3b

Browse files
update generated models from apify-docs PR #2841
1 parent f9cb518 commit 06e4e3b

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
@@ -96,11 +96,11 @@ class Actor(BaseModel):
9696
actor_permission_level: ActorPermissionLevel | None = None
9797
created_at: Annotated[AwareDatetime, Field(examples=['2019-07-08T11:27:57.401Z'])]
9898
"""
99-
The date and time the Actor was created.
99+
The date and time the Actor was created. Follows the ISO 8601 format.
100100
"""
101101
modified_at: Annotated[AwareDatetime, Field(examples=['2019-07-08T14:01:05.546Z'])]
102102
"""
103-
The date and time the Actor was last modified.
103+
The date and time the Actor was last modified. Follows the ISO 8601 format.
104104
"""
105105
stats: ActorStats
106106
versions: list[Version]

0 commit comments

Comments
 (0)