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 12d9c64 commit f1fd071Copy full SHA for f1fd071
packages/clients/src/api/block/v1alpha1/api.gen.ts
@@ -115,6 +115,7 @@ export class API extends ParentAPI {
115
],
116
['product_resource_id', request.productResourceId],
117
['project_id', request.projectId],
118
+ ['tags', request.tags],
119
),
120
},
121
unmarshalListVolumesResponse,
packages/clients/src/api/block/v1alpha1/types.gen.ts
@@ -372,6 +372,11 @@ export type ListVolumesRequest = {
372
* ID).
373
*/
374
productResourceId?: string
375
+ /**
376
+ * Filter by tags. Only volumes with one or more matching tags will be
377
+ * returned.
378
+ */
379
+ tags?: string[]
380
}
381
382
export interface ListVolumesResponse {
0 commit comments