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 +}'