UpdatePrivateLinkEndpointRequestBody

September 3, 2026 ยท View on GitHub

Example Usage

import { UpdatePrivateLinkEndpointRequestBody } from "@vercel/sdk/models/updateprivatelinkendpointop.js";

let value: UpdatePrivateLinkEndpointRequestBody = {
  name: "payments-db",
  enablePrivateDns: false,
};

Fields

FieldTypeRequiredDescriptionExample
namestring:heavy_minus_sign:A new name for the PrivateLink endpoint. When omitted, the current name is kept.payments-db
enablePrivateDnsboolean:heavy_minus_sign:When true, resolves the endpoint service through its private DNS names, which are then returned in privateDnsNames. When false, clears them. When omitted, the current setting is kept. At least one of name or enablePrivateDns must be provided.false