Hello,
I want to set DNS TXT records with cPanel UAPI from a PHP application. Authentication is done with API Tokens. So I was reading this documentation: Update a DNS zone.
A request sample as per docs:
'serial' is a required parameter.
How can I get the serial of a DNS zone using UAPI? I have not found this in the documentation.
Thank you.
I want to set DNS TXT records with cPanel UAPI from a PHP application. Authentication is done with API Tokens. So I was reading this documentation: Update a DNS zone.
A request sample as per docs:
https://hostname.example.com:2083/cpsess##########/execute/DNS/mass_edit_zone?zone=example.com&serial=202001010100&remove=23
'serial' is a required parameter.
How can I get the serial of a DNS zone using UAPI? I have not found this in the documentation.
Thank you.
Last edited by a moderator: