This method moves a custom group to another custom group.
Parameter | Type | Optional | Description |
---|---|---|---|
| String | No | The ID of the custom group to be moved |
| String | No | The ID of the destination custom group |
This method does not return any value.
Request:
{
"params": {
"groupId": "559bd17ab1a43d241b7b23c6",
"parentId": "559bd17ab1a85d241b7b23c6"
},
"jsonrpc": "2.0",
"method": "moveCustomGroup",
"id": "787b5e36-89a8-4353-88b9-6b7a32e9c87f"
}
Response:
{
"id": "787b5e36-89a8-4353-88b9-6b7a32e9c87f",
"jsonrpc":"2.0",
"result": null
}