From 6c13279bd4ee4bb8ff63a131662e3d64ffeb96b2 Mon Sep 17 00:00:00 2001 From: Thomas Brinkmann Date: Mon, 6 Jun 2022 11:57:29 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9EGET=20/dns/zones=E2=80=9C=20=C3=A4nder?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GET-%2Fdns%2Fzones.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GET-%2Fdns%2Fzones.md b/GET-%2Fdns%2Fzones.md index f0bc75c..3c1a998 100644 --- a/GET-%2Fdns%2Fzones.md +++ b/GET-%2Fdns%2Fzones.md @@ -41,7 +41,7 @@ $curl = curl_init(); curl_setopt_array($curl, array( - CURLOPT_URL => 'control.local/api/v2/dns/zones', + CURLOPT_URL => 'https://api.dsh.gg/api/v2/dns/zones', CURLOPT_CUSTOMREQUEST => 'GET', CURLOPT_HTTPHEADER => array( 'X-TOKEN: test-token', @@ -57,7 +57,7 @@ echo $response; ##### cURL ```bash -curl --location --request GET 'control.local/api/v2/dns/zones' \ +curl --location --request GET 'https://api.dsh.gg/api/v2/dns/zones' \ --header 'X-TOKEN: test-token' \ --header 'Content-Type: application/json' ```