Skip to content

Commit 8fe8725

Browse files
committed
feat: update generated APIs
1 parent df64547 commit 8fe8725

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

scaleway-async/scaleway_async/container/v1beta1/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1063,7 +1063,7 @@ async def create_cron(
10631063
"""
10641064
Create a new cron.
10651065
:param container_id: UUID of the container to invoke by the cron.
1066-
:param schedule: UNIX cron shedule.
1066+
:param schedule: UNIX cron schedule.
10671067
:param region: Region to target. If none is passed will use default region from the config.
10681068
:param args: Arguments to pass with the cron.
10691069
:param name: Name of the cron to create.

scaleway-async/scaleway_async/container/v1beta1/types.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ class Cron:
533533

534534
schedule: str
535535
"""
536-
UNIX cron shedule.
536+
UNIX cron schedule.
537537
"""
538538

539539
status: CronStatus
@@ -897,7 +897,7 @@ class CreateCronRequest:
897897

898898
schedule: str
899899
"""
900-
UNIX cron shedule.
900+
UNIX cron schedule.
901901
"""
902902

903903
region: Optional[ScwRegion] = None

scaleway/scaleway/container/v1beta1/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1059,7 +1059,7 @@ def create_cron(
10591059
"""
10601060
Create a new cron.
10611061
:param container_id: UUID of the container to invoke by the cron.
1062-
:param schedule: UNIX cron shedule.
1062+
:param schedule: UNIX cron schedule.
10631063
:param region: Region to target. If none is passed will use default region from the config.
10641064
:param args: Arguments to pass with the cron.
10651065
:param name: Name of the cron to create.

scaleway/scaleway/container/v1beta1/types.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ class Cron:
533533

534534
schedule: str
535535
"""
536-
UNIX cron shedule.
536+
UNIX cron schedule.
537537
"""
538538

539539
status: CronStatus
@@ -897,7 +897,7 @@ class CreateCronRequest:
897897

898898
schedule: str
899899
"""
900-
UNIX cron shedule.
900+
UNIX cron schedule.
901901
"""
902902

903903
region: Optional[ScwRegion] = None

0 commit comments

Comments
 (0)