Skip to main content

Update an existing incoming domain

PUT 

/v1/inbound/update/:domain

This endpoint updates the information of a specific incoming domain

Request

Path Parameters

    domain stringrequired

    Domain name

Body

required

Updated Domain Payload

    headers

    object

    property name* string
    method string

    Possible values: [GET, POST, PUT, DELETE, PATCH]

    url stringrequired
    wildcard boolean

Responses

Incoming domain updated successfully

Schema

    message string
    success boolean
Loading...