diff --git a/PUT-%2Fdns%2Freverse%2F%7Bipaddress%7D%2Frecord.md b/PUT-%2Fdns%2Freverse%2F%7Bipaddress%7D%2Frecord.md index 4825784..659c069 100644 --- a/PUT-%2Fdns%2Freverse%2F%7Bipaddress%7D%2Frecord.md +++ b/PUT-%2Fdns%2Freverse%2F%7Bipaddress%7D%2Frecord.md @@ -40,7 +40,7 @@ $curl = curl_init(); curl_setopt_array($curl, array( - CURLOPT_URL => 'control.local/api/v2/dns/reverse/x.x.x.x/record', + CURLOPT_URL => 'https://api.dsh.gg/api/v2/dns/reverse/x.x.x.x/record', CURLOPT_CUSTOMREQUEST => 'PUT', CURLOPT_POSTFIELDS =>'{ "record": "mail.domain1.de" @@ -59,7 +59,7 @@ echo $response; ##### cURL ```bash -curl --location --request PUT 'control.local/api/v2/dns/reverse/x.x.x.x/record' \ +curl --location --request PUT 'https://api.dsh.gg/api/v2/dns/reverse/x.x.x.x/record' \ --header 'X-TOKEN: test-token' \ --header 'Content-Type: application/json' \ --data-raw '{