chg: [RestResponse] bump

pull/3789/head
Sami Mokaddem 2018-10-23 13:30:32 +02:00
parent d1fb94c332
commit d5be7e8ad9
1 changed files with 2 additions and 2 deletions

View File

@ -184,8 +184,8 @@ class RestResponseComponent extends Component
'restSearch' => array(
'description' => "Search MISP using a list of filter parameters and return the data in the JSON format.
The search is available on an event, attribute or instace level,
just select the scope via the URL (/sighting/get/event vs /sighting/get/).
id MUST be provided is context is set.",
just select the scope via the URL (/sighting/get/event vs /sighting/get/attribute vs /sighting/get/).
id MUST be provided if context is set.",
'mandatory' => array('returnFormat'),
'optional' => array('id', 'type', 'from', 'to', 'last', 'org_id', 'includeAttribute', 'includeEvent'),
'params' => array('context')