UpdateProjectBranchMatcher

July 24, 2026 ยท View on GitHub

Configuration for matching git branches to this environment

Example Usage

import { UpdateProjectBranchMatcher } from "@vercel/sdk/models/updateprojectbranchmatcher.js";

let value: UpdateProjectBranchMatcher = {
  type: "startsWith",
  pattern: "<value>",
};

Fields

FieldTypeRequiredDescription
typemodels.UpdateProjectProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType:heavy_check_mark:The type of matching to perform
patternstring:heavy_check_mark:The pattern to match against branch names