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: packages/clients/src/api/iam/v1alpha1/api.gen.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -651,7 +651,7 @@ export class API extends ParentAPI {
651
651
)
652
652
653
653
/**
654
-
* Get a group. 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.
654
+
* Get a group. 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.
655
655
*
656
656
* @param request - The request {@link GetGroupRequest}
657
657
* @returns A Promise of Group
@@ -1039,7 +1039,7 @@ export class API extends ParentAPI {
1039
1039
)
1040
1040
1041
1041
/**
1042
-
* Get an API key. 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.
1042
+
* Get an API key. 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.
1043
1043
*
1044
1044
* @param request - The request {@link GetAPIKeyRequest}
Copy file name to clipboardExpand all lines: packages/clients/src/api/interlink/v1beta1/api.gen.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -331,7 +331,7 @@ export class API extends ParentAPI {
331
331
)
332
332
333
333
/**
334
-
* Create a link. 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).
334
+
* Create a link. 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).
335
335
*
336
336
* @param request - The request {@link CreateLinkRequest}
0 commit comments