Error
A valid request URL is required to generate request examples{
"status": "<string>",
"code": 123
}Environment
Synchronize a child environment with its parent
This synchronizes the code and/or data of an environment with that of its parent, then redeploys the environment. Synchronization is only possible if a branch has no unmerged commits and it can be fast-forwarded.
If data synchronization is specified, the data in the environment will be overwritten with that of its parent.
POST
/
projects
/
{projectId}
/
environments
/
{environmentId}
/
synchronize
Error
A valid request URL is required to generate request examples{
"status": "<string>",
"code": 123
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Last modified on June 16, 2026
Was this page helpful?