Opened up the rpz API for automation

pull/567/head
iglocska 2015-05-20 16:37:49 +02:00
parent a0031a48e0
commit 2f27d374d1
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ class AppController extends Controller {
// This is used to allow authentication via headers for methods not covered by _isRest() - as that only checks for JSON and XML formats
public $automationArray = array(
'events' => array('csv', 'nids', 'hids', 'xml', 'restSearch', 'stix'),
'attributes' => array('text', 'downloadAttachment', 'returnAttributes', 'restSearch'),
'attributes' => array('text', 'downloadAttachment', 'returnAttributes', 'restSearch', 'rpz'),
);
public function __construct($id = false, $table = null, $ds = null) {