You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scaleway-async/scaleway_async/iam/v1alpha1/api.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1289,7 +1289,7 @@ async def get_group(
1289
1289
) ->Group:
1290
1290
"""
1291
1291
Get a group.
1292
-
Retrive information about a given group, specified by the `group_id` parameter. The group's full details, including `user_ids` and `application_ids` are returned in the response.
1292
+
Retrieve information about a given group, specified by the `group_id` parameter. The group's full details, including `user_ids` and `application_ids` are returned in the response.
1293
1293
:param group_id: ID of the group.
1294
1294
:return: :class:`Group <Group>`
1295
1295
@@ -2249,7 +2249,7 @@ async def get_api_key(
2249
2249
) ->APIKey:
2250
2250
"""
2251
2251
Get an API key.
2252
-
Retrive information about an API key, specified by the `access_key` parameter. The API key's details, including either the `user_id` or `application_id` of its bearer are returned in the response. Note that the string value for the `secret_key` is nullable, and therefore is not displayed in the response. The `secret_key` value is only displayed upon API key creation.
2252
+
Retrieve information about an API key, specified by the `access_key` parameter. The API key's details, including either the `user_id` or `application_id` of its bearer are returned in the response. Note that the string value for the `secret_key` is nullable, and therefore is not displayed in the response. The `secret_key` value is only displayed upon API key creation.
Copy file name to clipboardExpand all lines: scaleway-async/scaleway_async/interlink/v1beta1/api.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -768,7 +768,7 @@ async def create_link(
768
768
) ->Link:
769
769
"""
770
770
Create a link.
771
-
Create a link (InterLink session / logical InterLink resource) in a given PoP, specifying its various configuration details. Links can either be hosted (faciliated by partners' shared physical connections) or self-hosted (for users who have purchased a dedicated physical connection).
771
+
Create a link (InterLink session / logical InterLink resource) in a given PoP, specifying its various configuration details. Links can either be hosted (facilitated by partners' shared physical connections) or self-hosted (for users who have purchased a dedicated physical connection).
772
772
:param name: Name of the link.
773
773
:param pop_id: PoP (location) where the link will be created.
774
774
:param bandwidth_mbps: Desired bandwidth for the link. Must be compatible with available link bandwidths and remaining bandwidth capacity of the connection.
0 commit comments