Update Thing Groups For Thing
GET {{aws_internet_of_things_base_url}}/thing-groups/updateThingGroupsForThing&overrideDynamicGroups=&thingGroupsToAdd=&thingGroupsToRemove=&thingName=?overrideDynamicGroups&thingGroupsToAdd&thingGroupsToRemove&thingName
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
overrideDynamicGroups | null | Override dynamic thing groups with static thing groups when 10-group limit is reached. If a thing belongs to 10 thing groups, and one or more of those groups are dynamic thing groups, adding a thing to a static group removes the thing from the last dynamic group. | |
thingGroupsToAdd | null | The groups to which the thing will be added. | |
thingGroupsToRemove | null | The groups from which the thing will be removed. | |
thingName | null | The thing whose group memberships will be updated. |