File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -254,6 +254,38 @@ paths:
254254 type : string
255255 example : " Internal error"
256256
257+ /signer/v1/reload :
258+ post :
259+ summary : Reload the signer with the latest configuration in the config file
260+ tags :
261+ - Signer
262+ security :
263+ - BearerAuth : []
264+ responses :
265+ " 200 " :
266+ description : Success
267+ content :
268+ text/plain :
269+ schema :
270+ type : string
271+ example : " OK"
272+ " 500 " :
273+ description : Internal error
274+ content :
275+ application/json :
276+ schema :
277+ type : object
278+ required :
279+ - code
280+ - message
281+ properties :
282+ code :
283+ type : number
284+ example : 500
285+ message :
286+ type : string
287+ example : " Internal error"
288+
257289components :
258290 securitySchemes :
259291 BearerAuth :
You can’t perform that action at this time.
0 commit comments