Back to Vercel API
Vercel API

Remove enableFunctionsExtendedMaxDuration field and related event type

BreakingBreaking change

This is a breaking change — integrations that rely on the affected behaviour will need updates before the change rolls out.

What changed

The enableFunctionsExtendedMaxDuration boolean field has been removed from all project resource-override objects across multiple endpoints (request and response schemas), and the project-functions-extended-max-duration-updated audit log event type has been removed from event type enums and its payload schema dropped entirely. Clients that send or read enableFunctionsExtendedMaxDuration, or subscribe to/filter on the project-functions-extended-max-duration-updated event, will break because the field and event no longer exist in the spec.

Open the source documentation