update
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
|
||||
}
|
||||
},
|
||||
"basePath": "/api/v1",
|
||||
"basePath": "/api",
|
||||
"paths": {
|
||||
"/health/getHealth": {
|
||||
"get": {
|
||||
@@ -324,5 +324,12 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"securityDefinitions": {
|
||||
"ApiKeyAuth": {
|
||||
"type": "apiKey",
|
||||
"name": "Authorization",
|
||||
"in": "header"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user