25 lines
645 B
Plaintext
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>
|