Files
cfw-autumn/apps/docs/mintlify/api-reference/webhooks/vercelResourcesRotateSecrets.mdx
2026-03-23 16:29:36 +00:00

25 lines
645 B
Plaintext

---
title: "Rotate Secrets"
openapi: "api/openapi.yml webhook vercel.resources.rotate_secrets"
---
### Payload Fields
<ParamField body="resource" type="object" required>
The resource whose secrets should be rotated.
<Expandable title="properties">
<ParamField body="id" type="string" required>
The unique identifier of the resource.
</ParamField>
</Expandable>
</ParamField>
<ParamField body="installation_id" type="string" required>
The Vercel integration configuration ID.
</ParamField>
<ParamField body="vercel_request_body" type="any" required>
The raw request body from Vercel's rotation request.
</ParamField>