Back to Vercel API
Vercel API

Remove publicSource field from project/deployment response schemas

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 publicSource field (nullable boolean controlling whether source code and logs are public) has been removed from 11 locations across multiple response schemas in the Vercel API spec. This affects project and deployment response objects throughout the API. Clients that read or depend on publicSource from any of these responses will no longer find the field documented, and it may no longer be returned.

Open the source documentation