File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
packages/clients/src/api/secret/v1alpha1 Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,8 @@ export class API extends ParentAPI {
143
143
*
144
144
* GetSecretByName usage is now deprecated.
145
145
*
146
- * Scaleway recommends you to use ListSecrets with the `name` filter.
146
+ * Scaleway recommends that you use the `ListSecrets` request with the `name`
147
+ * filter.
147
148
*
148
149
* @deprecated
149
150
* @param request - The request {@link GetSecretByNameRequest}
@@ -276,7 +277,7 @@ export class API extends ParentAPI {
276
277
} )
277
278
278
279
/**
279
- * Delete a given folder specified by the and `folder_id` parameter .
280
+ * Delete a given folder specified by the `region` and `folder_id` parameters .
280
281
*
281
282
* @param request - The request {@link DeleteFolderRequest}
282
283
*/
You can’t perform that action at this time.
0 commit comments