From aff29180769ca1a57466676da9c56e36ffd92492 Mon Sep 17 00:00:00 2001 From: theguy951357 Date: Wed, 22 Feb 2023 23:24:44 -0500 Subject: [PATCH] update swagger --- swagger.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swagger.yaml b/swagger.yaml index 657e1d59..da270b7c 100644 --- a/swagger.yaml +++ b/swagger.yaml @@ -710,7 +710,7 @@ info: API calls must be authenticated via a header of the format -H “Authorization: Bearer ” There are two methods to obtain YOUR_SECRET_KEY: 1. Using the masterkey. By default, this value is “secret key,” but you should change this on your instance and keep it secure. This value can be set via env var at startup or in a config file (config/environments/< env >.yaml). See the [Netmaker](https://docs.netmaker.org/index.html) documentation for more details. 2. Using a JWT received for a node. This can be retrieved by calling the /api/nodes//authenticate endpoint, as documented below. title: Netmaker - version: 0.18.0 + version: 0.18.1 paths: /api/dns: get: