Menu

Change sharing password

Usage Instructions

Change the cloud phone sharing password

Request Instructions

  • Method: POST
  • Endpoint: /api/v1/cloudPhone/updateSharePassword

Request Parameters

Parameter Type Required Description
images array
images.image_id int Cloud Phone ID
images.password int share password

Request Example

json Copy
{
   "images": [
      {"image_id":"id1", "password":"password1"},
      {"image_id":"id1", "password":"password2"}
   ]
}

Response Example

json Copy
{
    "code": 200,
    "data": {
        "message": "Success"
    },
    "message": "Success"
}
Previous
Hide accessibility service's state.
Next
Proxy
Last modified: 2025-09-11Powered by