UpdateProjectProjectsDeploymentPolicy
July 24, 2026 ยท View on GitHub
Project shape. null on a rule list clears the project's override for that rule type (fall back to team for every env); omitting is equivalent. Setting deploymentPolicy itself to null clears every override at once. Kept structurally distinct from {@link TeamDeploymentPolicy} so the two storage locations don't share a type by accident.
Example Usage
import { UpdateProjectProjectsDeploymentPolicy } from "@vercel/sdk/models/updateprojectresponsebody.js";
let value: UpdateProjectProjectsDeploymentPolicy = {};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
gitSources | models.UpdateProjectGitSources[] | :heavy_minus_sign: | N/A |
deploymentSources | models.UpdateProjectDeploymentSources[] | :heavy_minus_sign: | N/A |