curl --request POST \
--url http://localhost:2468/v1/desktop/open \
--header 'Content-Type: application/json' \
--data '
{
"target": "<string>"
}
'{
"processId": "<string>",
"pid": 1
}Opens a file path or URL using xdg-open on the managed desktop.
curl --request POST \
--url http://localhost:2468/v1/desktop/open \
--header 'Content-Type: application/json' \
--data '
{
"target": "<string>"
}
'{
"processId": "<string>",
"pid": 1
}