浏览代码

swagger version udpate

0xdcarns 3 年之前
父节点
当前提交
9fb0380f68
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      controllers/docs.go
  2. 1 1
      swagger.yaml

+ 1 - 1
controllers/docs.go

@@ -10,7 +10,7 @@
 //
 //	Schemes: https
 //	BasePath: /
-//	Version: 0.16.3
+//	Version: 0.17.0
 //	Host: netmaker.io
 //
 //	Consumes:

+ 1 - 1
swagger.yaml

@@ -746,7 +746,7 @@ info:
 
         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.
     title: Netmaker
-    version: 0.16.3
+    version: 0.17.0
 paths:
     /api/dns:
         get: