Complete access control for PUT endpoints.
This commit is contained in:
davidcallizaya
2017-10-11 11:19:53 -04:00
parent dc16c88124
commit d828c081eb
44 changed files with 137 additions and 126 deletions

View File

@@ -78,6 +78,16 @@ class Process extends Api
}
}
/**
* Update a process by UID.
*
* @param type $processUid
* @param type $request_data
* @return type
* @throws RestException
* @class AccessControl {@permission PM_FACTORY}
* @access protected
*/
public function put($processUid, $request_data = null)
{
$response = array();