Skip to main content

tenants_tenants_partial_update

PATCH 

/tenants/tenants/:tenant_uuid/

Tenant Viewset

Request

Path Parameters

    tenant_uuid uuidrequired

    A UUID string identifying this Tenant.

Body

    schema_name string

    Possible values: non-empty and <= 63 characters

    name string

    Possible values: non-empty

    ready boolean

Responses

Schema

    tenant_uuid uuidrequired
    schema_name stringrequired

    Possible values: <= 63 characters

    name stringrequired
    ready boolean
Loading...