Interface: ITenantUpdateRequest
The tenant to update.
Properties
pathParams
pathParams: object
The path parameters.
id: string
The id of the tenant to update.
body
body: Omit<ITenant, "id" | "dateCreated" | "dateModified">
The tenant to update.