Skip to main content

tenants_domains_partial_update

PATCH 

/api/v3//tenants/domains/:id/

Domain ViewSet

Request

Path Parameters

    id integerrequired

    A unique integer value identifying this Domain.

Body

    domainstring

    Possible values: non-empty and <= 253 characters

    is_primaryboolean
    tenantuuid

Responses

Schema
    idintegerrequired
    domainstringrequired

    Possible values: <= 253 characters

    is_primaryboolean
    tenantuuidrequired

Request Collapse all
Base URL
/api/v3
Parameters
— pathrequired
Body
{
  "domain": "string",
  "is_primary": true,
  "tenant": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}