Skip to content

Updating existing DNS zone with SRV is not being saved correctly #5

@darylholling

Description

@darylholling

When updating existing DNS zone with SRV records the zone is not being saved correctly, SRV data is not saved while the other records are.

Example sent by e-mail from Harm didn't work either, See PR #4 for created example and update to the api_library.

{
"hostname": "domain.tld",
"account": "your@account.com",
"records": [
{
"type": "SRV",
"service": "%service%",
"domain": "%domain% or @",
"protocol": "%protocol%",
"priority": "%priority%",
"weight": "%weight%",
"port": "%port%",
"target": "%target%",
}
]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions