changed action

This commit is contained in:
ACoolName 2024-05-25 15:43:36 +03:00
parent 3b6e8e1aac
commit b59eccd9d1

View File

@ -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"