I am attempting to use the Backpack API to make a page public, as if
the user had navigated to the sharing webpage and checked "Yes, make
this page public so anyone in the world can see it".
When I POSTed the following to the correct "/ws/page/{id}/share" URL:
<request><token>{token}</token><page><public>1</public></page></
request>
I received the response <response success="true"/> and HTTP status
code 200, but the page was not made public. Next I tried making the
page public via the sharing webpage and sending the following request:
<request><token>{token}</token><page><public>0</public></page></
request>
The response was <response success="true"/> and HTTP status code 200,
but the page was not made private.