Update

December 17, 2025 ยท View on GitHub

Update an existing bypass

Example Usage

import { Update } from "@vercel/sdk/models/updateprojectprotectionbypassop.js";

let value: Update = {
  secret: "<value>",
};

Fields

FieldTypeRequiredDescription
secretstring:heavy_check_mark:Automation bypass to updated
isEnvVarboolean:heavy_minus_sign:Whether or not this bypass is set as the VERCEL_AUTOMATION_BYPASS_SECRET environment variable on deployments
notestring:heavy_minus_sign:Note to be displayed in the UI for this bypass