Author: anuzzolese
Date: Wed Sep 12 14:15:57 2012
New Revision: 1383955
URL: http://svn.apache.org/viewvc?rev=1383955&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=1383955&r1=1383954&r2=1383955&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:15:57 2012
@@ -10,7 +10,6 @@ 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)
@@ -22,7 +21,6 @@ Rules organized into containers called r
* Service: __/rules/recipe/__
* Method: POST
* Parameters:
-
** recipe (Path parameter): the ID of the recipe as a path parameter(MANDATORY)
** rules: the rules in Stanbol syntax(MANDATORY)
** description: the textual description of the rules (OPTIONAL)
@@ -36,7 +34,6 @@ Rules organized into containers called r
* Service: __/rules/recipe/__
* Method: GET
* Parameters:
-
** recipe (Path parameter): the ID of the recipe as a path parameter(MANDATORY)
** rule: the ID of the rule (OPTIONAL). If it is null than the whole recipe is
returned. Otherwise it is returned the single rule identified by the parameter
value