A brief description
request URL
{{url}}/v1/tag/profile/move
request method
Request Query parameter
| Parameter | Example Value | Required | Type | Description |
|---|
| token | | Yes | string | authentication token |
| profileId | | Yes | string | Browser configuration file ID, multiple parameters are separated by ,commas |
| tagId | | no | string | Group ID, if no parameter is passed, the profile will be divided into the default group |
| from | | no | string | Source location
share: refers to the shared profile; not share: refers to my profile; if no parameters are passed, it will be automatically divided |
Example of successful return
{
"data": {},
"code": 0,
"msg": "OK"
}
Remark