Author: anuzzolese
Date: Wed Sep 12 14:18:47 2012
New Revision: 1383958

URL: http://svn.apache.org/viewvc?rev=1383958&view=rev
Log:
Editing documentation for Rules.

Modified:
    
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/components/rules/store.mdtext

Modified: 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/components/rules/store.mdtext
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/components/rules/store.mdtext?rev=1383958&r1=1383957&r2=1383958&view=diff
==============================================================================
--- 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/components/rules/store.mdtext
 (original)
+++ 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/components/rules/store.mdtext
 Wed Sep 12 14:18:47 2012
@@ -10,6 +10,8 @@ Rules organized into containers called r
 * Service: __/rules/recipe/__
 * Method: PUT
 * Parameters:
+** recipe (Path parameter): the ID of the recipe as a path parameter(MANDATORY)
+** description: the textual description of the recipe (OPTIONAL)
  
     curl -G -X PUT description="A test recipe." \
     http://localhost:8080/rules/recipe/recipeTestA


Reply via email to