From 57e4ad4d38f792092f127ab6a39b56a565222661 Mon Sep 17 00:00:00 2001 From: scaleway-bot Date: Wed, 14 Jun 2023 14:11:37 +0000 Subject: [PATCH] feat: update generated APIs --- packages/clients/src/api/secret/v1alpha1/api.gen.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/clients/src/api/secret/v1alpha1/api.gen.ts b/packages/clients/src/api/secret/v1alpha1/api.gen.ts index 0e53473e2..fdc5da061 100644 --- a/packages/clients/src/api/secret/v1alpha1/api.gen.ts +++ b/packages/clients/src/api/secret/v1alpha1/api.gen.ts @@ -87,8 +87,8 @@ export class API extends ParentAPI { ) /** - * Get metadata using the secret's name. Retrieve the metadata of a secret - * specified by the `region` and the `secret_name` parameters. + * Get metadata using the secret's ID. Retrieve the metadata of a secret + * specified by the `region` and `secret_id` parameters. * * @param request - The request {@link GetSecretRequest} * @returns A Promise of Secret @@ -106,8 +106,8 @@ export class API extends ParentAPI { ) /** - * Get metadata using the secret's ID. Retrieve the metadata of a secret - * specified by the `region`, `secret_id` and `project_id` parameters. + * Get metadata using the secret's name. Retrieve the metadata of a secret + * specified by the `region` and `secret_name` parameters. * * @param request - The request {@link GetSecretByNameRequest} * @returns A Promise of Secret