UpdateProjectProtectionBypassRequestBody
December 17, 2025 ยท View on GitHub
Example Usage
import { UpdateProjectProtectionBypassRequestBody } from "@vercel/sdk/models/updateprojectprotectionbypassop.js";
let value: UpdateProjectProtectionBypassRequestBody = {};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
revoke | models.Revoke | :heavy_minus_sign: | Optional instructions for revoking and regenerating a automation bypass |
generate | models.Generate | :heavy_minus_sign: | Generate a new secret. If neither generate or revoke are provided, a new random secret will be generated. |
update | models.Update | :heavy_minus_sign: | Update an existing bypass |