Skip to content

Consistent casing in DNS related operations (Dns vs DNS) #580

@mi-laf

Description

@mi-laf

Most DNS related operations spell "DNS" as Dns, for example:

operationId: createDnsZone

operationId: getDnsZones

operationId: getDnsZone

operationId: deleteDnsZone

operationId: transferDnsZone

However, there are two operations where it’s spelled DNS:

operationId: getDNSForSite

operationId: configureDNSForSite

This is obviously not a major issue, but I ran into a “not a valid API method” error when switching between getDNSForSite and getDnsZones, since I didn’t notice the case difference. Consistent casing would help avoid small mistakes like this.

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