Author: buildbot Date: Wed Sep 12 14:34:59 2012 New Revision: 831807 Log: Staging update by buildbot for stanbol
Modified: websites/staging/stanbol/trunk/content/ (props changed) websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components/rules/store.html Propchange: websites/staging/stanbol/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Wed Sep 12 14:34:59 2012 @@ -1 +1 @@ -1383967 +1383970 Modified: websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components/rules/store.html ============================================================================== --- websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components/rules/store.html (original) +++ websites/staging/stanbol/trunk/content/stanbol/docs/trunk/components/rules/store.html Wed Sep 12 14:34:59 2012 @@ -92,16 +92,15 @@ Rules organized into containers called r <ul> <li>Service: <strong>/rules/recipe/</strong></li> <li>Method: PUT</li> -<li> -<p>Parameters:</p> -<ul> +<li>Parameters:<ul> <li>recipe (Path parameter): the ID of the recipe as a path parameter(MANDATORY)</li> <li>description: the textual description of the recipe (OPTIONAL)</li> </ul> -<p>curl -G -X PUT description="A test recipe." \ -http://localhost:8080/rules/recipe/recipeTestA</p> </li> </ul> +<p>Example: + curl -G -X PUT description="A test recipe." \ + http://localhost:8080/rules/recipe/recipeTestA</p> </div> <div id="footer">