Skip to content

Commit

Permalink
Add hostname to bare metals reinstall API route
Browse files Browse the repository at this point in the history
  • Loading branch information
AFatalErrror committed Sep 29, 2023
1 parent fb9706c commit 18d9e2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/api/bare-metal.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,8 @@ exports.reinstallInstance = {
type: 'string',
path: true,
required: true
}
},
hostname: { type: 'string' }
}
}

Expand Down

0 comments on commit 18d9e2e

Please sign in to comment.