Skip to content

Commit e4d0660

Browse files
committed
Update OpenAPI docs
1 parent a2ae3e5 commit e4d0660

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

api/signer-api.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
257289
components:
258290
securitySchemes:
259291
BearerAuth:

0 commit comments

Comments
 (0)