From f8c70293e16d96e1834feedcbecc6389b5f33441 Mon Sep 17 00:00:00 2001 From: Thomas Brinkmann Date: Mon, 6 Jun 2022 11:56:47 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9EGET=20/protection/flexrule/{uuid}?= =?UTF-8?q?=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GET-%2Fprotection%2Fflexrule%2F%7Buuid%7D.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GET-%2Fprotection%2Fflexrule%2F%7Buuid%7D.md b/GET-%2Fprotection%2Fflexrule%2F%7Buuid%7D.md index 8dd28cb..9d75ec8 100644 --- a/GET-%2Fprotection%2Fflexrule%2F%7Buuid%7D.md +++ b/GET-%2Fprotection%2Fflexrule%2F%7Buuid%7D.md @@ -42,7 +42,7 @@ $curl = curl_init(); curl_setopt_array($curl, array( - CURLOPT_URL => 'control.local/api/v2/protection/flexrule/ABCDE-FGHI-1234-567-8910', + CURLOPT_URL => 'https://api.dsh.gg/api/v2/protection/flexrule/ABCDE-FGHI-1234-567-8910', CURLOPT_CUSTOMREQUEST => 'GET', CURLOPT_HTTPHEADER => array( 'X-TOKEN: test-token', @@ -58,7 +58,7 @@ echo $response; ##### cURL ```bash -curl --location --request GET 'control.local/api/v2/protection/flexrule/ABCDE-FGHI-1234-567-8910' \ +curl --location --request GET 'https://api.dsh.gg/api/v2/protection/flexrule/ABCDE-FGHI-1234-567-8910' \ --header 'X-TOKEN: test-token' \ --header 'Content-Type: application/json' ```