From 5f965e6dad3fc4dbde41dd83aef7951dc629b868 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Thu, 23 Mar 2023 15:15:57 +1300 Subject: [PATCH] Trigger workflow --- app/controllers/api/functions.php | 1 + 1 file changed, 1 insertion(+) 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')