diff --git a/controllers/docs.go b/controllers/docs.go index a030cb6f..da798787 100644 --- a/controllers/docs.go +++ b/controllers/docs.go @@ -10,7 +10,7 @@ // // Schemes: https // BasePath: / -// Version: 0.16.3 +// Version: 0.17.0 // Host: netmaker.io // // Consumes: diff --git a/swagger.yaml b/swagger.yaml index f719d472..a096ea19 100644 --- a/swagger.yaml +++ b/swagger.yaml @@ -746,7 +746,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.16.3 + version: 0.17.0 paths: /api/dns: get: