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