We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e95635 commit 53d5044Copy full SHA for 53d5044
api/signer-api.yml
@@ -268,35 +268,6 @@ paths:
268
schema:
269
type: string
270
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
287
- application/json:
288
289
- type: object
290
- required:
291
- - code
292
- - message
293
- properties:
294
- code:
295
- type: number
296
- example: 500
297
- message:
298
299
- example: "Internal error"
300
301
components:
302
securitySchemes:
0 commit comments