Add a new separator to the page.
<request>
<token>202cb962ac59075b964b07152d234b70</token>
<separator>
<name>Photos</name>
</separator>
</request>
Status: 201 Created
Location: /pages/1/separators/5.xml
<separator>
<id type="integer">1</id>
<name>Photos</name>
<page-id type="integer">5</page-id>
</separator>
Change a separator.
<request>
<token>202cb962ac59075b964b07152d234b70</token>
<separator>
<name>New photos</name>
</separator>
</request>
Status: 200 OK
Remove a separator from the page.
<request>
<token>202cb962ac59075b964b07152d234b70</token>
</request>
Status: 204 No Content