curl --request PATCH \
--url https://app.plugchoice.com/api/v3/sites/{site}/groups/{siteGroup}/reassign \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"parent_group_id": 123
}
'curl --request PATCH \
--url https://app.plugchoice.com/api/v3/sites/{site}/groups/{siteGroup}/reassign \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"parent_group_id": 123
}
'Moves a group to a different parent group within the same location. A group cannot be assigned as its own parent.Documentation Index
Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt
Use this file to discover all available pages before exploring further.