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