add interactive

This commit is contained in:
ACoolName 2024-05-27 00:39:57 +03:00
parent 40f4fa3ee4
commit 2f07464689

View File

@ -573,13 +573,13 @@ export const SERVER_ACTIONS: ActionInfo[] = [
}, },
}, },
{ {
name: "Start", name: "Interactive",
args: { args: {
}, },
requestType: "post", requestType: "post",
endpoint: "/servers/{server_id}/attach", endpoint: "/servers/{server_id}/attach",
permissions: Permission.RunCommand, permissions: Permission.RunCommand,
response_action: "Ignore" response_action: "Terminal"
}, },
] ]