Skip to content

Commit 02d9c87

Browse files
authored
feat(webhosting): deprecate CheckUserOwnsDomain endpoint (scaleway#2679)
1 parent f69b30f commit 02d9c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/webhosting/v1/webhosting_sdk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3328,7 +3328,7 @@ func (s *DnsAPI) GetDomainDNSRecords(req *DNSAPIGetDomainDNSRecordsRequest, opts
33283328
return &resp, nil
33293329
}
33303330

3331-
// CheckUserOwnsDomain: Check whether you own this domain or not.
3331+
// Deprecated: CheckUserOwnsDomain: Check whether you own this domain or not.
33323332
func (s *DnsAPI) CheckUserOwnsDomain(req *DNSAPICheckUserOwnsDomainRequest, opts ...scw.RequestOption) (*CheckUserOwnsDomainResponse, error) {
33333333
var err error
33343334

0 commit comments

Comments
 (0)