Skip to content

Commit 867a8e5

Browse files
authored
docs(secret): minor adjustments (#723)
1 parent bdca967 commit 867a8e5

File tree

1 file changed

+4
-4
lines changed
  • packages/clients/src/api/secret/v1alpha1

1 file changed

+4
-4
lines changed

packages/clients/src/api/secret/v1alpha1/api.gen.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ export class API extends ParentAPI {
8787
)
8888

8989
/**
90-
* Get metadata using the secret's name. Retrieve the metadata of a secret
91-
* specified by the `region` and the `secret_name` parameters.
90+
* Get metadata using the secret's ID. Retrieve the metadata of a secret
91+
* specified by the `region` and `secret_id` parameters.
9292
*
9393
* @param request - The request {@link GetSecretRequest}
9494
* @returns A Promise of Secret
@@ -106,8 +106,8 @@ export class API extends ParentAPI {
106106
)
107107

108108
/**
109-
* Get metadata using the secret's ID. Retrieve the metadata of a secret
110-
* specified by the `region`, `secret_id` and `project_id` parameters.
109+
* Get metadata using the secret's name. Retrieve the metadata of a secret
110+
* specified by the `region` and `secret_name` parameters.
111111
*
112112
* @param request - The request {@link GetSecretByNameRequest}
113113
* @returns A Promise of Secret

0 commit comments

Comments
 (0)