Skip to content

Commit e0d72a5

Browse files
authored
fix(secret): document ListTags endpoint in openapi (#235)
1 parent 21c1600 commit e0d72a5

File tree

2 files changed

+4
-4
lines changed
  • scaleway-async/scaleway_async/secret/v1alpha1
  • scaleway/scaleway/secret/v1alpha1

2 files changed

+4
-4
lines changed

scaleway-async/scaleway_async/secret/v1alpha1/api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1042,7 +1042,7 @@ async def list_tags(
10421042
) -> ListTagsResponse:
10431043
"""
10441044
List tags.
1045-
List all tags associated to secrets in one or several Projects.
1045+
List all tags associated with secrets within a given Project.
10461046
:param region: Region to target. If none is passed will use default region from the config.
10471047
:param project_id: ID of the Project to target.
10481048
(Optional.) If not specified, Secret Manager will look for tags in all Projects.
@@ -1083,7 +1083,7 @@ async def list_tags_all(
10831083
) -> List[str]:
10841084
"""
10851085
List tags.
1086-
List all tags associated to secrets in one or several Projects.
1086+
List all tags associated with secrets within a given Project.
10871087
:param region: Region to target. If none is passed will use default region from the config.
10881088
:param project_id: ID of the Project to target.
10891089
(Optional.) If not specified, Secret Manager will look for tags in all Projects.

scaleway/scaleway/secret/v1alpha1/api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1042,7 +1042,7 @@ def list_tags(
10421042
) -> ListTagsResponse:
10431043
"""
10441044
List tags.
1045-
List all tags associated to secrets in one or several Projects.
1045+
List all tags associated with secrets within a given Project.
10461046
:param region: Region to target. If none is passed will use default region from the config.
10471047
:param project_id: ID of the Project to target.
10481048
(Optional.) If not specified, Secret Manager will look for tags in all Projects.
@@ -1083,7 +1083,7 @@ def list_tags_all(
10831083
) -> List[str]:
10841084
"""
10851085
List tags.
1086-
List all tags associated to secrets in one or several Projects.
1086+
List all tags associated with secrets within a given Project.
10871087
:param region: Region to target. If none is passed will use default region from the config.
10881088
:param project_id: ID of the Project to target.
10891089
(Optional.) If not specified, Secret Manager will look for tags in all Projects.

0 commit comments

Comments
 (0)