Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions packages/clients/src/api/secret/v1alpha1/api.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ export class API extends ParentAPI {
*
* GetSecretByName usage is now deprecated.
*
* Scaleway recommends you to use ListSecrets with the `name` filter.
* Scaleway recommends that you use the `ListSecrets` request with the `name`
* filter.
*
* @deprecated
* @param request - The request {@link GetSecretByNameRequest}
Expand Down Expand Up @@ -276,7 +277,7 @@ export class API extends ParentAPI {
})

/**
* Delete a given folder specified by the and `folder_id` parameter.
* Delete a given folder specified by the `region` and `folder_id` parameters.
*
* @param request - The request {@link DeleteFolderRequest}
*/
Expand Down