Set cursor visibility
POST
/browsers/{id}/computer/cursorAuthorization
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
application/json
Cursor visibility set
Generic OK response.
curl -X POST "https://example.com/browsers/string/computer/cursor" \ -H "Content-Type: application/json" \ -d '{ "hidden": true }'{ "ok": true}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}