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 cb0895a commit e9c8927Copy full SHA for e9c8927
packages/clients/src/api/tem/v1alpha1/api.gen.ts
@@ -238,6 +238,7 @@ export class TemV1Alpha1GenAPI extends API {
238
request.region ?? this.client.settings.defaultRegion,
239
)}/domains`,
240
urlParams: urlParams(
241
+ ['name', request.name],
242
[
243
'organization_id',
244
request.organizationId ??
packages/clients/src/api/tem/v1alpha1/types.gen.ts
@@ -272,6 +272,7 @@ export type ListDomainsRequest = {
272
projectId?: string
273
status?: Array<DomainStatus>
274
organizationId?: string
275
+ name?: string
276
}
277
278
export type RevokeDomainRequest = {
0 commit comments