From 4fc8b31cbd45787eb069b6587a071d8497750a60 Mon Sep 17 00:00:00 2001 From: Christian Baer Date: Fri, 28 Nov 2025 08:45:59 +0100 Subject: [PATCH] Set datatype of the domain ID to string when updating a record. --- CHANGELOG.md | 8 +++++++- nsupdate.sh | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1396c35..bc4c423 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). +## 2025-11-28 + +### Fixed + +- Set datatype of the domain ID to string when updating a record. + ## 2025-11-26 -### Changed +### Fixed - Changed xpath of domain ID because INWX changed data type from "int" to "string". diff --git a/nsupdate.sh b/nsupdate.sh index 690d629..7e4c3b3 100755 --- a/nsupdate.sh +++ b/nsupdate.sh @@ -245,7 +245,7 @@ update_record () { id - ${inwx_domain_id} + ${inwx_domain_id}