diff --git a/app/controllers/api/functions.php b/app/controllers/api/functions.php index 049d2cb850..1d0d5b05d5 100644 --- a/app/controllers/api/functions.php +++ b/app/controllers/api/functions.php @@ -583,6 +583,7 @@ App::delete('/v1/functions/:functionId') $response->noContent(); }); + App::post('/v1/functions/:functionId/deployments') ->groups(['api', 'functions']) ->desc('Create Deployment')