Author: chrish
Date: Tue Oct 13 10:57:22 2015
New Revision: 1708324

URL: http://svn.apache.org/viewvc?rev=1708324&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=1708324&r1=1708323&r2=1708324&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:57:22 2015
@@ -305,17 +305,17 @@ Updating a media entity in our scenario
 
 After building and deploying the project, we can invoke our OData service.
 
-Read media entity set    
-**GET** 
[http://localhost:8080/DemoService-Media/DemoService.svc/Advertisments](http://localhost:8080/DemoService-Media/DemoService.svc/Advertisments)
+ * Read media entity set    
+ **GET** 
[http://localhost:8080/DemoService-Media/DemoService.svc/Advertisments](http://localhost:8080/DemoService-Media/DemoService.svc/Advertisments)
 
-Read media entity    
-**GET** 
[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))
+ * Read media entity    
+ **GET** 
[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))
 
-Read media entity content    
-**GET** 
[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)
+ * Read media entity content    
+ **GET** 
[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)
 
-Create a new Media Entity    
-**POST** 
[http://localhost:8080/DemoService-Media/DemoService.svc/Advertisments    
+ * Create a new Media Entity    
+ **POST** 
[http://localhost:8080/DemoService-Media/DemoService.svc/Advertisments    
 
 Content-Type: image/svg+xml]()
 
@@ -328,15 +328,15 @@ Content-Type: image/svg+xml]()
        </svg>
 
 
-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)
    
+ * 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
+ Content-Type: text/plain
 
        ::::text
        Super super nice content
 
-Update the properties of a media entity    
+ * 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
@@ -349,11 +349,11 @@ Content-Type: application/json
 
 
 
-Delete a media entity    
-**DELETE** 
[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))
+ * Delete a media entity    
+ **DELETE** 
[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))
 
-Delete a media entity    
-**DELETE** 
[http://localhost:8080/DemoService-Media/DemoService.svc/Advertisments(db2d2186-1c29-4d1e-88ef-127f521b9c67)/$value](http://localhost:8080/DemoService-Media/DemoService.svc/Advertisments(db2d2186-1c29-4d1e-88ef-127f521b9c67)/$value)
+ * Delete a media entity    
+ **DELETE** 
[http://localhost:8080/DemoService-Media/DemoService.svc/Advertisments(db2d2186-1c29-4d1e-88ef-127f521b9c67)/$value](http://localhost:8080/DemoService-Media/DemoService.svc/Advertisments(db2d2186-1c29-4d1e-88ef-127f521b9c67)/$value)
 
 # 5. Links
 


Reply via email to