Referencia de API
/- Navegador
- API abierta
/
Batch set profile group
Move profiles into a group by group name. The group is created automatically when it does not exist.
Provide at least one of envIds or uniqueIds.
Security
OpenApiBearer
POST
curl -i -X POST \
https://api.morelogin.com/env/setGroup/batch \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"envIds": [
"1800000000000001"
],
"groupName": "Marketing"
}'Success
Operation request ID. This field may be present when the request passes through the API gateway.
Example:"1d4f3ea968664593860b94b35d4ebf5e"
Response
{ "code": 0, "msg": null, "requestId": "1d4f3ea968664593860b94b35d4ebf5e", "data": true }