7. Change status

Change status of profile

Request

Method
URL

PUT

Params

Key
Value
Description

is_local

true/false

false: cloud profiles,

true: local profiles

Body

{
    "browser_uuid": "local-fb7c066c-1d15-4aa4-bf69-11ae1b137d1e",
    "id": -3      // nhập id của status , default status: '0'- No Status, '-1'-Ban, '-2' - Ready, '-3'- New.
}

Response

{
    "type": "success",
    "title": "Update successfully.",
    "content": []
}

Last updated