We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dbce75 commit 274332eCopy full SHA for 274332e
packages/clients/src/api/secret/v1alpha1/api.gen.ts
@@ -243,10 +243,7 @@ export class API extends ParentAPI {
243
request.pageSize ?? this.client.settings.defaultPageSize,
244
],
245
['path', request.path],
246
- [
247
- 'project_id',
248
- request.projectId ?? this.client.settings.defaultProjectId,
249
- ],
+ ['project_id', request.projectId],
250
),
251
},
252
unmarshalListFoldersResponse,
packages/clients/src/api/secret/v1alpha1/types.gen.ts
@@ -286,7 +286,7 @@ export type ListFoldersRequest = {
286
* config.
287
*/
288
region?: Region
289
- /** ID of the Project. */
+ /** Filter by Project ID (optional). */
290
projectId?: string
291
/** Filter by path (optional). */
292
path?: string
0 commit comments