Use new searchMasterDomain API endpoint

This commit is contained in:
Kevin Köllmann 2022-09-07 13:07:04 +02:00
parent 383287adcd
commit 47e60cefe3
No known key found for this signature in database
GPG Key ID: 2E33D0B3082ACD03
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ _get_root() {
domain=$1
i=2
p=1
if _opns_rest "GET" "/domain/searchDomain"; then
if _opns_rest "GET" "/domain/searchMasterDomain"; then
_domain_response="$response"
else
return 1