From 9ec272efa3ae8ef37b12218f1d94e42410989832 Mon Sep 17 00:00:00 2001 From: Thomas Brinkmann Date: Mon, 6 Jun 2022 11:58:08 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9EPUT=20/dns/zones/{domain}/records?= =?UTF-8?q?=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PUT-%2Fdns%2Fzones%2F%7Bdomain%7D%2Frecords.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PUT-%2Fdns%2Fzones%2F%7Bdomain%7D%2Frecords.md b/PUT-%2Fdns%2Fzones%2F%7Bdomain%7D%2Frecords.md index 7cd067a..961da87 100644 --- a/PUT-%2Fdns%2Fzones%2F%7Bdomain%7D%2Frecords.md +++ b/PUT-%2Fdns%2Fzones%2F%7Bdomain%7D%2Frecords.md @@ -40,7 +40,7 @@ $curl = curl_init(); curl_setopt_array($curl, array( - CURLOPT_URL => 'control.local/api/v2/dns/zones/domain1.de/records', + CURLOPT_URL => 'https://api.dsh.gg/api/v2/dns/zones/domain1.de/records', CURLOPT_CUSTOMREQUEST => 'PUT', CURLOPT_POSTFIELDS =>'{ "name": "test22.domain1.de.", @@ -67,7 +67,7 @@ echo $response; ##### cURL ```bash -curl --location --request PUT 'control.local/api/v2/dns/zones/domain1.de/records' \ +curl --location --request PUT 'https://api.dsh.gg/api/v2/dns/zones/domain1.de/records' \ --header 'X-TOKEN: test-token' \ --header 'Content-Type: application/json' \ --data-raw '{