Author: rwesten
Date: Fri Feb 17 11:54:07 2012
New Revision: 1245416

URL: http://svn.apache.org/viewvc?rev=1245416&view=rev
Log:
minor corrections

Modified:
    
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/enhancerrest.mdtext

Modified: 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/enhancerrest.mdtext
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/enhancerrest.mdtext?rev=1245416&r1=1245415&r2=1245416&view=diff
==============================================================================
--- 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/enhancerrest.mdtext
 (original)
+++ 
incubator/stanbol/site/trunk/content/stanbol/docs/trunk/enhancer/enhancerrest.mdtext
 Fri Feb 17 11:54:07 2012
@@ -59,11 +59,11 @@ The multi-part <code>ContentItem</code> 
 
 The following QueryParameters are defined by the multi-part content item 
extension:
 
-* __outputContentType=[mediaType]:__ Allows to specify the Mimetypes of 
content included within the Response of the Stanbol Enhancer. This parameter 
supports wild cards (e.g. '*' ... all, 'text/*'' ... all text versions,  
'text/plain' ... only the plain text version). This parameter can be used 
multiple times.
+* __outputContent=[mediaType]:__ Allows to specify the Mimetypes of content 
included within the Response of the Stanbol Enhancer. This parameter supports 
wild cards (e.g. '*' ... all, 'text/*'' ... all text versions,  'text/plain' 
... only the plain text version). This parameter can be used multiple times.
 
     Responses to requests with this parameter will be encoded as 
<code>multipart/from-data</code>. If the "Accept" header of the request is not 
compatible to <code>multipart/from-data</code> it is assumed as a <code>400 
BAD_REQUEST</code>. For details see the documentation of the [Multipart MIME 
format for ContentItems](contentitem.html#multipart_mime_serialization).
 
-* __omitParsed=[true/false]:__ Makes only sense in combination with  the 
<code>outputContentType</code> parameter. This allows to exclude all content 
included in the request from the response. A typical combination is 
<code>outputContentType=*/*&omitParsed=true</code>. The default value of this 
parameter is <code>false</code>
+* __omitParsed=[true/false]:__ Makes only sense in combination with  the 
<code>outputContent</code> parameter. This allows to exclude all content 
included in the request from the response. A typical combination is 
<code>outputContent=*/*&omitParsed=true</code>. The default value of this 
parameter is <code>false</code>
 
 * __outputContentPart=[uri/'*']:__ This parameter allows to explicitly include 
content parts with a specific URI in the response. Currently this only supports 
[ContentParts](contentitem.html#content_parts) that are stored as RDF graphs. 
 


Reply via email to