Skip to main content
Version: 5.7.0

SysUpdateGroupEntityData

Update the data for a group entity, bypassing ownership/ACL checks. Optional parameters: data (will clear data if not provided)

This method is affected by versioning. See the versioning documentation for more information.

ServiceOperation
groupSYS_UPDATE_GROUP_ENTITY_DATA

Method Parameters

ParameterDescription
groupIdID of the group
entityIdThe id of the entity to update
versionVersion to verify
jsonDataData to apply

Usage

http://localhost:3000
// Cloud Code only. To view example, switch to the Cloud Code tab
JSON Response
{
"status": 200,
"data": null
}