Skip to content

Commit 9fb0380

Browse files
committed
swagger version udpate
1 parent 5689ef5 commit 9fb0380

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

controllers/docs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//
1111
// Schemes: https
1212
// BasePath: /
13-
// Version: 0.16.3
13+
// Version: 0.17.0
1414
// Host: netmaker.io
1515
//
1616
// Consumes:

swagger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ info:
746746
747747
API calls must be authenticated via a header of the format -H “Authorization: Bearer <YOUR_SECRET_KEY>” 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/<network>/authenticate endpoint, as documented below.
748748
title: Netmaker
749-
version: 0.16.3
749+
version: 0.17.0
750750
paths:
751751
/api/dns:
752752
get:

0 commit comments

Comments
 (0)