Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If the update is successful, the answer will be:

Code Block
languagexml
<availability_update_response>
  <ok></ok>
</availability_update_response>

If there has been some error:

Code Block
languagexml
<availability_update_response>
  <ko>Error message here</ko>
</availability_update_response>

...