POST/browsers/{id}/computer/cursor

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Browser session ID

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/browsers/string/computer/cursor" \  -H "Content-Type: application/json" \  -d '{    "hidden": true  }'
{  "ok": true}