<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Hello,</p>
    <p>here comes another question.</p>
    <p>For some reason we would like to set the zone serial number on
      our own after we modified records.<br>
      Is there an easy way to modify the serial on the SOA record
      without having to send the whole SOA record?</p>
    <p>I tried <br>
    </p>
    <p>curl -X PUTĀ  --data '{"serial": 1111 }' -H 'X-API-Key: somkey'
      <a class="moz-txt-link-freetext" href="http://localhost:8081/api/v1/servers/localhost/zones/somedomain.com">http://localhost:8081/api/v1/servers/localhost/zones/somedomain.com</a>.</p>
    <p>but that did not work out.I am a bit lost on the format of the
      payload data to accomplish this.</p>
    <p>Thank you!</p>
    <p>Stay safe and healthy</p>
    <p>Carsten<br>
    </p>
  </body>
</html>