Correcion de Validacion en triggers

This commit is contained in:
Brayan Osmar Pereyra Suxo
2014-01-23 16:47:38 -04:00
parent 7d1830611c
commit 94ff86d7d2
2 changed files with 3 additions and 5 deletions

View File

@@ -59,7 +59,7 @@ class Trigger extends Api
* @param array $request_data
* @param string $tri_title {@from body} {@min 1}
* @param string $tri_description {@from body}
* @param string $tri_type {@from body} {@choice SCRIPT}
* @param string $tri_type {@from body}
* @param string $tri_webbot {@from body}
* @param string $tri_param {@from body}
* @return array
@@ -87,7 +87,7 @@ class Trigger extends Api
* @param array $request_data
* @param string $tri_title {@from body}
* @param string $tri_description {@from body}
* @param string $tri_type {@from body} {@choice SCRIPT}
* @param string $tri_type {@from body}
* @param string $tri_webbot {@from body}
* @param string $tri_param {@from body}
* @return void