Set datatype of the domain ID to string when updating a record.
All checks were successful
release-tag / release-image (push) Successful in 1m8s
All checks were successful
release-tag / release-image (push) Successful in 1m8s
This commit is contained in:
@@ -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/).
|
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
|
## 2025-11-26
|
||||||
|
|
||||||
### Changed
|
### Fixed
|
||||||
|
|
||||||
- Changed xpath of domain ID because INWX changed data type from "int" to "string".
|
- Changed xpath of domain ID because INWX changed data type from "int" to "string".
|
||||||
|
|
||||||
|
|||||||
@@ -245,7 +245,7 @@ update_record () {
|
|||||||
<member>
|
<member>
|
||||||
<name>id</name>
|
<name>id</name>
|
||||||
<value>
|
<value>
|
||||||
<int>${inwx_domain_id}</int>
|
<string>${inwx_domain_id}</string>
|
||||||
</value>
|
</value>
|
||||||
</member>
|
</member>
|
||||||
<member>
|
<member>
|
||||||
|
|||||||
Reference in New Issue
Block a user