Skip to main content

tenants_domains_partial_update

PATCH 

/tenants/domains/:id/

Domain ViewSet

Request

Path Parameters

    id integerrequired

    A unique integer value identifying this Domain.

Body

    domain string

    Possible values: non-empty and <= 253 characters

    is_primary boolean
    tenant uuid

Responses

Schema

    id integerrequired
    domain stringrequired

    Possible values: <= 253 characters

    is_primary boolean
    tenant uuidrequired
Loading...