Skip to content

Fixed API call to create DNS records

Kevin Kreulen requested to merge ADAPT-2498_fixputZonesZoneDomainType into master

The NS1 Call to create a record called putZonesZoneDomainType is not passing the data correctly per the documentation for 'Create a Record' found in the NS1 documentation found here: NS1 API Documentation

This ticket will fix that to correctly pass the data in the Body of the request since the body is currently missing certain variables

Merge request reports