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
| Field | Type | Required | Description |
|---|---|---|---|
type | models.UpdateProjectProjectsResponse200ApplicationJSONResponseBodyCustomEnvironmentsType | :heavy_check_mark: | The type of matching to perform |
pattern | string | :heavy_check_mark: | The pattern to match against branch names |