Most DNS related operations spell "DNS" as Dns, for example:
|
operationId: createDnsZone |
|
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.
Most DNS related operations spell "DNS" as
Dns, for example:open-api/swagger.yml
Line 2753 in d582bdb
open-api/swagger.yml
Line 2771 in d582bdb
open-api/swagger.yml
Line 2794 in d582bdb
open-api/swagger.yml
Line 2804 in d582bdb
open-api/swagger.yml
Line 2835 in d582bdb
However, there are two operations where it’s spelled
DNS:open-api/swagger.yml
Line 1348 in d582bdb
open-api/swagger.yml
Line 1360 in d582bdb
This is obviously not a major issue, but I ran into a “not a valid API method” error when switching between
getDNSForSiteandgetDnsZones, since I didn’t notice the case difference. Consistent casing would help avoid small mistakes like this.