Skip to main content

Update an FQDN

PATCH 
/fqdns/:id

Update the details of a specific FQDN.

Request

Path Parameters

    id int64required

    Identifies the resource.

Body

    connection_id string

    ID of the FQDN connection to which this IP should be attached.

    fqdn string

    FQDN represented by this resource.

    port integernullable

    Default value: 5060

    Port to use when connecting to this FQDN.

    dns_record_type string

    The DNS record type for the FQDN. For cases where a port is not set, the DNS record type must be 'srv'. For cases where a port is set, the DNS record type must be 'a'. If the DNS record type is 'a' and a port is not specified, 5060 will be used.

Responses

200: Successful response with details about an FQDN connection.

401: Unauthorized

403: The user doesn't have the required permissions to perform the requested action.

404: The requested resource doesn't exist.

422: The request was well-formed but was unable to be followed due to semantic errors.

Loading...