diff --git a/app/controllers/api/functions.php b/app/controllers/api/functions.php index fb318a012f..0dc66a1736 100644 --- a/app/controllers/api/functions.php +++ b/app/controllers/api/functions.php @@ -576,7 +576,6 @@ App::post('/v1/functions/:functionId/tags') 'size' => $size, 'search' => implode(' ', [$tagId, $entrypoint]), 'status' => 'processing', - 'buildPath' => '', 'buildStdout' => '', 'buildStderr' => '', 'automaticDeploy' => ($automaticDeploy === 'true'),