Reverted the automation change

pull/903/head
Iglocska 2016-02-01 15:16:32 +01:00
parent 5074ee948f
commit 7f97a49b45
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ You can <?php echo $this->Html->link('reset', array('controller' => 'users', 'ac
<pre><?php echo $baseurl;?>/events/xml/download/1</pre>
<p>You can post an XML or JSON object containing additional parameters in the following formats:</p>
<p>JSON:</p>
<pre>curl -H "Accept: application/json" -H Authorization:XXX https://<?php echo $baseurl;?>/events/</pre>
<pre><?php echo $baseurl;?>/events/xml/download.json</pre>
<code>{"request": {"eventid":["!51","!62"],"withAttachment":false,"tags":["APT1","!OSINT"],"from":false,"to":"2015-02-15"}}</code><br /><br />
<p>XML:</p>
<pre><?php echo $baseurl;?>/events/xml/download</pre>
@ -134,7 +134,7 @@ Use semicolons instead (the search will automatically search for colons instead)
</p>
<p>You can post an XML or JSON object containing additional parameters in the following formats:</p>
<p>JSON:</p>
<pre>curl -H "Accept: application/json" -H Authorization:XXX http://<?php echo $baseurl;?>/events/stix/download.json</pre>
<pre><?php echo $baseurl;?>/events/stix/download.json</pre>
<code>{"request": {"id":["!51","!62"],"withAttachment":false,"tags":["APT1","!OSINT"],"from":false,"to":"2015-02-15"}}</code><br /><br />
<p>XML:</p>
<pre><?php echo $baseurl;?>/events/stix/download</pre>