UpdateProjectInternalContentHint

July 24, 2026 ยท View on GitHub

Similar to contentHints, but should not be exposed to the user.

Example Usage

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

let value: UpdateProjectInternalContentHint = {
  type: "flags-secret",
  encryptedValue: "<value>",
};

Fields

FieldTypeRequiredDescription
typemodels.UpdateProjectProjectsResponse200ApplicationJSONResponseBodyEnvType:heavy_check_mark:N/A
encryptedValuestring:heavy_check_mark:Contains the value of the env variable, encrypted with a special key to make decryption possible in the subscriber Lambda.