From b49e49d0567025b63ee7ae0702302b16f04af7c2 Mon Sep 17 00:00:00 2001 From: "vertex-nexa[bot]" <149347004+vertex-nexa[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 01:58:50 +0000 Subject: [PATCH] Update openapi.*.dev.yaml --- openapi.vertex.dev.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/openapi.vertex.dev.yaml b/openapi.vertex.dev.yaml index 8bca047..549d90e 100644 --- a/openapi.vertex.dev.yaml +++ b/openapi.vertex.dev.yaml @@ -28,6 +28,15 @@ paths: type: array items: $ref: '#/components/schemas/Meta' + /hard-reset: + post: + operationId: hard_reset + summary: Hard reset. + tags: + - debug + responses: + "200": + $ref: '#/components/responses/200' /hardware: get: operationId: get_hardware