groupUpdate
Graphql fields and variables for the groupUpdate mutation
Update a group
Scope required: security:write
For a complete list of input attributes see the GroupAttributes type
mutation groupUpdate ($id: ID!, $attributes: GroupAttributes!) {
groupUpdate (id: $id, attributes: $attributes) {
errors
group {
id
name
parentGroupId
}
groups
}
}
Arguments
{
"id": "456123",
"attributes": {
"name": "",
"parentGroupId": "456123"
}
}
Name
Type
Description
id
ID
Response
Last updated
Was this helpful?