From ce95118c98f1e9b3cc8b319f35be4d5915f9f43c Mon Sep 17 00:00:00 2001 From: davidcallizaya Date: Fri, 2 Jun 2017 19:15:25 -0400 Subject: [PATCH] HOR-3208 Set skins endpoint access control to PM_FACTORY. --- workflow/engine/src/ProcessMaker/Services/Api/System.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/workflow/engine/src/ProcessMaker/Services/Api/System.php b/workflow/engine/src/ProcessMaker/Services/Api/System.php index d2355ab29..9b219703e 100644 --- a/workflow/engine/src/ProcessMaker/Services/Api/System.php +++ b/workflow/engine/src/ProcessMaker/Services/Api/System.php @@ -104,8 +104,13 @@ class System extends Api } /** + * Get the list of installed skins. + * * @url GET /skins * @return array + * @access protected + * @class AccessControl {@permission PM_FACTORY} + * @protected */ public function doGetSkins() {