16 lines
511 B
XML
16 lines
511 B
XML
|
<!--
|
||
|
POST /myFeed
|
||
|
<atom:entry xmlns:atom="http://www.w3.org/2005/Atom">
|
||
|
<atom:title type="text">Entry 1</atom:title>
|
||
|
<atom:content type="text">1.1</atom:content>
|
||
|
</atom:entry>
|
||
|
201 CREATED
|
||
|
-->
|
||
|
<atom:entry xmlns:atom="http://www.w3.org/2005/Atom">
|
||
|
<atom:id>1</atom:id>
|
||
|
<atom:link rel="edit" href="http://fubar.com/myFeed/1/1/"/>
|
||
|
<atom:updated>2005-05-23T16:26:00-08:00</atom:updated>
|
||
|
<atom:title type="text">Entry 1</atom:title>
|
||
|
<atom:content type="text">1.1</atom:content>
|
||
|
</atom:entry>
|