From 7e0442e4f0c7ff3f9bc59548ceb13869d85fd60c Mon Sep 17 00:00:00 2001 From: Daemv <52252267+Daemv@users.noreply.github.com> Date: Tue, 24 Feb 2026 22:09:21 +0100 Subject: [PATCH] Update test --- test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test b/test index 5a5df58..969b51b 100755 --- a/test +++ b/test @@ -4,7 +4,7 @@ curl --location --request PATCH 'https://mijn.host/api/v2/domains/bergman.sh/dns' \ --header 'Accept;' \ --header 'User-Agent: my-application/1.0.0' \ ---header 'API-Key: 145ef2cfe8e6d06a66ebc6e5ecc0b2aa' \ +--header 'API-Key: YOUR_API_KEY_HERE' \ --header 'Content-Type: application/json' \ --data-raw '{ "record": { @@ -13,4 +13,4 @@ curl --location --request PATCH 'https://mijn.host/api/v2/domains/bergman.sh/dns "value": "127.0.0.1", "ttl": 900 } -}' \ No newline at end of file +}'