Perform a sync operation from a source environment to the current environment
  POST /api/v3/organizations/{organisation}/applications/{application}/environments/{environment}/sync/{type}    
 POST
 /api/v3/organizations/{organisation}/applications/{application}/environments/{environment}/sync/{type}
 Authorizations
Parameters
Path Parameters
 organisation 
 required
   string
The organisation ID
 application 
 required
   string
The application ID
 environment 
 required
   string
The environment ID
 type 
 required
   string
The sync type
Request Body required
object
 sourceEnvironment    
 string
 Responses
200
The sync operation details
object
 syncId    
 string
  syncType    
 string
  sourceEnvironment    
 string
  targetEnvironment    
 string
  status    
 string
  createdAt    
 string
  completedAt    
 string
 