Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1352,7 +1352,7 @@ paths:
in: path
required: true
get:
operationId: getDNSForSite
operationId: getDnsForSite
tags: [dnsZone]
responses:
'200':
Expand All @@ -1364,7 +1364,7 @@ paths:
default:
$ref: '#/responses/error'
put:
operationId: configureDNSForSite
operationId: configureDnsForSite
tags: [dnsZone]
responses:
'200':
Expand Down