- API
- Automation
- Docker
- Browserless(Beta)
BatchChangeProfileGroup
PUT
/profiles/group/batch
Profiles
Request
Authorization
Add parameter in header
x-api-key
Example:
x-api-key: ********************
Body Params application/json
groupId
stringย
required
profileIds
array[string]
required
Example
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'http://localhost:8848/api/v2/profiles/group/batch' \
--header 'Content-Type: application/json' \
--data-raw ''
Responses
๐ข200OK
application/json
Body
code
integerย
optional
data
stringย
optional
err
booleanย
optional
msg
stringย
optional
Example
{
"code": 0,
"data": "string",
"err": true,
"msg": "string"
}