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 {
143143 *
144144 * GetSecretByName usage is now deprecated.
145145 *
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.
147148 *
148149 * @deprecated
149150 * @param request - The request {@link GetSecretByNameRequest}
@@ -276,7 +277,7 @@ export class API extends ParentAPI {
276277 } )
277278
278279 /**
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 .
280281 *
281282 * @param request - The request {@link DeleteFolderRequest}
282283 */
You can’t perform that action at this time.
0 commit comments