##// END OF EJS Templates
Additional updates to the sync (new pull) request sample
Additional updates to the sync (new pull) request sample

File last commit:

r775:cc3675cb decentral
r775:cc3675cb decentral
Show More
sync_request.xml
28 lines | 692 B | application/xml | XmlLexer
<?xml version="1.1" encoding="UTF-8" ?>
<request>
<version>
<protocol>1</protocol>
<models>
<post>1</post>
</models>
</version>
<data>
<type>pull</type>
<timestamp>0</timestamp>
<hosts>
<allow>
<host>*</host>
</allow>
<deny></deny>
<pools>
<pool>test1</pool>
<pool>test2</pool>
</pools>
<tags>
<tag>tag1</tag>
</tags>
</hosts>
<!-- Get only posts id to load posts later (maybe from several hosts) -->
<id-only>true</id-only>
</data>
</request>