From 8cd05be0e20b10fbd2fd17152b92de79fbdbf7ea Mon Sep 17 00:00:00 2001 From: Magnus Bjerke Vik Date: Tue, 1 Aug 2023 14:56:26 +0200 Subject: [PATCH] Fix 'massage' typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b23976b..3427970 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Each response will be returned the field status with one of the fol We provide a [Postman](https://www.getpostman.com/) collection with a set of requests that introduce the basic concepts of the API. The Postman collection and more information are available [here](postman_collection_heaters_gen_3.json). In the collection {{heater_addresss}} is the variable which determines the IP address of the device. ## Authentication -After setting API key with [POST/set-api-key](#postset-api-key) every request on every endpoint would need to contain this key as header. This operation (settign API key) triggers product to restart to change HTTP server to HTTPS server. That server uses self-signed certificate which can generate some warning massages but will provide better security. +After setting API key with [POST/set-api-key](#postset-api-key) every request on every endpoint would need to contain this key as header. This operation (settign API key) triggers product to restart to change HTTP server to HTTPS server. That server uses self-signed certificate which can generate some warning messages but will provide better security. Header's key must be "Authentication" and it's value should be API key. ### Basic communication