Skip to main content
Version: Next

Update tenant

PATCH 

/tenants/:tenantKey

Updates an existing tenant.

Request

Path Parameters

    tenantKey int64required

    The unique identifier of the tenant.

Body

required
    name stringrequired

    The new name of the tenant.

Responses

The tenant was updated successfully.

Schema
    tenantKey int64

    The unique system-generated internal tenant ID

    tenantId string

    The unique external tenant ID

    name string

    The name of the tenant.

Loading...