diff --git a/app/controllers/api/functions.php b/app/controllers/api/functions.php index a1263ced35..1cabc77eb7 100644 --- a/app/controllers/api/functions.php +++ b/app/controllers/api/functions.php @@ -1458,6 +1458,7 @@ App::post('/v1/functions/:functionId/deployments/:deploymentId/builds/:buildId') $deployment = $dbForProject->createDocument('deployments', $deployment->setAttributes([ '$id' => $deploymentId, + '$internalId' => '', 'buildId' => '', 'buildInternalId' => '', 'entrypoint' => $function->getAttribute('entrypoint'),