-
Notifications
You must be signed in to change notification settings - Fork 120
Open
Description
Most DNS related operations spell "DNS" as Dns, for example:
Line 2753 in d582bdb
| operationId: createDnsZone |
Line 2771 in d582bdb
| operationId: getDnsZones |
Line 2794 in d582bdb
| operationId: getDnsZone |
Line 2804 in d582bdb
| operationId: deleteDnsZone |
Line 2835 in d582bdb
| operationId: transferDnsZone |
However, there are two operations where it’s spelled DNS:
Line 1348 in d582bdb
| operationId: getDNSForSite |
Line 1360 in d582bdb
| 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
Labels
No labels