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"