Skip to main content

Update a domain's custom args

PUT 

/v1/domain/custom-args/:domain

Replaces the custom args of an existing domain with the supplied object

Request

Path Parameters

    domain stringrequired

    Domain Name

Body

required

Custom Args Payload

    custom_args

    object

    property name* any

Responses

Domain custom args updated successfully

Schema

    email_domain

    object

    account_id integer
    active boolean
    created_at string

    custom_args

    object

    property name* any
    domain string
    id integer
    is_tenant_domain boolean
    mailer_id string
    mailer_service_id integer
    root_domain_id integer
    sending_verified boolean
    tenant_id integer
    type string
    updated_at string
    message string
    success boolean
Loading...