update_ptr_record
Updates the PTR record for a specified IP address on a Hostkey server. Provide the server ID, IP, and new PTR value, then set confirm to true to apply the change.
Instructions
Обновить PTR-запись для IP-адреса (ip/update_ptr). Несколько записей передаются разделителем %0A.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID сервера | |
| ip | Yes | IP-адрес | |
| ptr | Yes | Новое значение PTR | |
| confirm | Yes | Нужно true, чтобы выполнить операцию. |