From 18d9e2e963d5f61c5c64d79eada5e427da3b45b8 Mon Sep 17 00:00:00 2001 From: AFatalErrror <102540704+AFatalErrror@users.noreply.github.com> Date: Fri, 29 Sep 2023 12:51:55 -0700 Subject: [PATCH] Add hostname to bare metals reinstall API route --- src/api/bare-metal.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/api/bare-metal.js b/src/api/bare-metal.js index 7e4f7512..802651b0 100644 --- a/src/api/bare-metal.js +++ b/src/api/bare-metal.js @@ -229,7 +229,8 @@ exports.reinstallInstance = { type: 'string', path: true, required: true - } + }, + hostname: { type: 'string' } } }