Author: chrish
Date: Tue Oct 13 10:58:46 2015
New Revision: 1708325

URL: http://svn.apache.org/viewvc?rev=1708325&view=rev
Log:
CMS commit to olingo by chrish

Modified:
    olingo/site/trunk/content/doc/odata4/tutorials/media/tutorial_media.mdtext

Modified: 
olingo/site/trunk/content/doc/odata4/tutorials/media/tutorial_media.mdtext
URL: 
http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/odata4/tutorials/media/tutorial_media.mdtext?rev=1708325&r1=1708324&r2=1708325&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/odata4/tutorials/media/tutorial_media.mdtext 
(original)
+++ olingo/site/trunk/content/doc/odata4/tutorials/media/tutorial_media.mdtext 
Tue Oct 13 10:58:46 2015
@@ -316,8 +316,7 @@ After building and deploying the project
 
  * Create a new Media Entity    
  **POST** 
[http://localhost:8080/DemoService-Media/DemoService.svc/Advertisments    
-
-Content-Type: image/svg+xml]()
+ Content-Type: image/svg+xml]
 
        ::::xml
        <?xml version="1.0" encoding="UTF-8"?>
@@ -330,7 +329,6 @@ Content-Type: image/svg+xml]()
 
  * Update the content of a media entity    
  **PUT**  
[http://localhost:8080/DemoService-Media/DemoService.svc/Advertisments(f89dee73-af9f-4cd4-b330-db93c25ff3c7)/$value](http://localhost:8080/DemoService-Media/DemoService.svc/Advertisments(f89dee73-af9f-4cd4-b330-db93c25ff3c7)/$value)
    
-
  Content-Type: text/plain
 
        ::::text
@@ -338,8 +336,7 @@ Content-Type: image/svg+xml]()
 
  * Update the properties of a media entity    
 **PUT** 
[http://localhost:8080/DemoService-Media/DemoService.svc/Advertisments(f89dee73-af9f-4cd4-b330-db93c25ff3c7)](http://localhost:8080/DemoService-Media/DemoService.svc/Advertisments(f89dee73-af9f-4cd4-b330-db93c25ff3c7))
    
-
-Content-Type: application/json
+ Content-Type: application/json
 
        ::::json
        {


Reply via email to