From b59eccd9d14fff9bd025a356449869c24f66ecc1 Mon Sep 17 00:00:00 2001 From: ACoolName Date: Sat, 25 May 2024 15:43:36 +0300 Subject: [PATCH] changed action --- src/actions.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/actions.tsx b/src/actions.tsx index b03f981..c004abf 100644 --- a/src/actions.tsx +++ b/src/actions.tsx @@ -684,9 +684,9 @@ export const USERS_ACTIONS: ActionInfo[] = [ export const BROWSER_ACTIONS: ActionInfo[] = [ { - name: "Delete Browser", - requestType: "delete", - endpoint: "/browsers/{browser_id}", + name: "Stop Browser", + requestType: "post", + endpoint: "/browsers/{browser_id}/stop", args: {}, permissions: Permission.Browse, response_action: "Ignore"