Skip to content

Commit e95d854

Browse files
authored
chore(tem): document ListDomainsRequest fields (#1253)
1 parent c68cc53 commit e95d854

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/clients/src/api/tem/v1alpha1/types.gen.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,11 +379,15 @@ export type ListDomainsRequest = {
379379
region?: Region
380380
/** Requested page number. Value must be greater or equal to 1. */
381381
page?: number
382-
/** Page size. */
382+
/** Requested page size. Value must be between 1 and 1000. */
383383
pageSize?: number
384+
/** (Optional) ID of the Project in which to list the domains. */
384385
projectId?: string
386+
/** (Optional) List domains under specific statuses. */
385387
status?: DomainStatus[]
388+
/** (Optional) ID of the Organization in which to list the domains. */
386389
organizationId?: string
390+
/** (Optional) Names of the domains to list. */
387391
name?: string
388392
}
389393

0 commit comments

Comments
 (0)