Hi,
We have Cloud-1 Solutions on AWS.
When i want to publish changes made with API, and I send API request to /publish i have 2 issues:
If i keep it empty, then i have response:
{ "code": "generic_err_invalid_syntax", "message": "Payload is empty" }
If i put current session {"uid":"<currentsession>"} i get:
{ "code": "not_implemented", "message": "Publishing other than current session is not implemented" }
But session is inputted correctly.
Please advice what to do and how to publish changes via API.
Thank you.