9. Add profile to folder
Request
Method
URL
DELETE
http://localhost:2222/v1/folder/{folder_uuid}/add-browser?is_local=true
You can get folder_uuid at this API: https://docs.hidemium.io/hidemium-4/i.-bat-dau-voi-hidemium/api-automation-v4/get-profile/7.-get-list-folder
Params
Key
Value
Description
is_local
true/false
false: cloud profiles,
true: local profiles
Body
{
"uuid_browser": [
"local-67b14672-c02d-4be0-9eb1-580d8e7edf47"
]
}
Response
{
"title": "Add browser to folder successfully!",
"type": "success"
}
Last updated