You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by ch...@apache.org on 2015/10/13 12:51:24 UTC

svn commit: r1708323 - /olingo/site/trunk/content/doc/odata4/tutorials/media/tutorial_media.mdtext

Author: chrish
Date: Tue Oct 13 10:51:24 2015
New Revision: 1708323

URL: http://svn.apache.org/viewvc?rev=1708323&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=1708323&r1=1708322&r2=1708323&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:51:24 2015
@@ -316,6 +316,7 @@ Read media entity content
 
 Create a new Media Entity    
 **POST** [http://localhost:8080/DemoService-Media/DemoService.svc/Advertisments    
+
 Content-Type: image/svg+xml]()
 
 	::::xml
@@ -329,6 +330,7 @@ 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
@@ -336,6 +338,7 @@ Content-Type: text/plain
 
 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
 
 	::::json