Skip to content

Commit 53d5044

Browse files
committed
Remove /reload endpoint from OpenAPI
1 parent 6e95635 commit 53d5044

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

api/signer-api.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -268,35 +268,6 @@ paths:
268268
schema:
269269
type: string
270270
example: "OK"
271-
/reload:
272-
post:
273-
summary: Reload the signer with the latest configuration in the config file
274-
tags:
275-
- Management
276-
responses:
277-
"200":
278-
description: Success
279-
content:
280-
text/plain:
281-
schema:
282-
type: string
283-
example: "OK"
284-
"500":
285-
description: Internal error
286-
content:
287-
application/json:
288-
schema:
289-
type: object
290-
required:
291-
- code
292-
- message
293-
properties:
294-
code:
295-
type: number
296-
example: 500
297-
message:
298-
type: string
299-
example: "Internal error"
300271

301272
components:
302273
securitySchemes:

0 commit comments

Comments
 (0)