Skip to content

Commit 08b15df

Browse files
feat(edge_services): add doc and cli for head stage (scaleway#1502)
Co-authored-by: esoulard <esoulard@scaleway.com>
1 parent 3ab8e11 commit 08b15df

File tree

2 files changed

+4
-0
lines changed
  • scaleway-async/scaleway_async/edge_services/v1beta1
  • scaleway/scaleway/edge_services/v1beta1

2 files changed

+4
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,7 @@ async def list_head_stages(
504504
page_size: Optional[int] = None,
505505
) -> ListHeadStagesResponse:
506506
"""
507+
List Head stage for your pipeline.
507508
:param pipeline_id: ID of the pipeline to update.
508509
:param page: Page number to return, from the paginated results.
509510
:param page_size: Number of head stages to return per page.
@@ -539,6 +540,7 @@ async def list_head_stages_all(
539540
page_size: Optional[int] = None,
540541
) -> list[ListHeadStagesResponseHeadStage]:
541542
"""
543+
List Head stage for your pipeline.
542544
:param pipeline_id: ID of the pipeline to update.
543545
:param page: Page number to return, from the paginated results.
544546
:param page_size: Number of head stages to return per page.

scaleway/scaleway/edge_services/v1beta1/api.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,7 @@ def list_head_stages(
502502
page_size: Optional[int] = None,
503503
) -> ListHeadStagesResponse:
504504
"""
505+
List Head stage for your pipeline.
505506
:param pipeline_id: ID of the pipeline to update.
506507
:param page: Page number to return, from the paginated results.
507508
:param page_size: Number of head stages to return per page.
@@ -537,6 +538,7 @@ def list_head_stages_all(
537538
page_size: Optional[int] = None,
538539
) -> list[ListHeadStagesResponseHeadStage]:
539540
"""
541+
List Head stage for your pipeline.
540542
:param pipeline_id: ID of the pipeline to update.
541543
:param page: Page number to return, from the paginated results.
542544
:param page_size: Number of head stages to return per page.

0 commit comments

Comments
 (0)