Parameters for the updateCurrentTenant operation.

interface UpdateCurrentTenantParams {
    headers?: OutgoingHttpHeaders;
    name: string;
    signal?: AbortSignal;
}

Hierarchy (view full)

Properties

Properties

headers?: OutgoingHttpHeaders
name: string

Tenant name to update. Currently, only the tenant name can be updated.

signal?: AbortSignal