Skip to main content

Interface: ITenantUpdateRequest

The tenant to update.

Properties

pathParams

pathParams: object

The path parameters.

id

id: string

The id of the tenant to update.


body

body: Omit<ITenant, "id" | "dateCreated" | "dateModified">

The tenant to update.