PUT request to update the group that matches the in the JSON object included in the HTTP body.
This is a partial update and only those details specified in the JSON body will be updated.
The request will fail when the updated group name contains illegal characters.
The details for the group to update are in a JSON object included in the HTTP body.
Ensure you set the content-type of the request body to “application/json;charset=UTF-8”.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique, unchangeable system generated identifier (alphanumeric) of the group.
"groupID"
Name of the group.
"group-name"
Unique, unchangeable system generated identifier (alphanumeric) for the parent of this group.
Not included for the root group in the hierarchy.
"rootGroupId"
Array of unique, unchangeable system generated identifiers (alphanumeric) for the vehicles assigned to this group.
Wil be an empty array for a newly created group.
["vehicleID1", "vehicleID2"]Array of unique, unchangeable system generated identifiers (alphanumeric) for the drivers and web users assigned to this group.
Wil be an empty array for a newly created group.
["personID1", "personID2"]Updated group.
Unique, unchangeable system generated identifier (alphanumeric) of the group.
"groupID"
Name of the group.
"group-name"
Unique, unchangeable system generated identifier (alphanumeric) for the parent of this group.
Not included for the root group in the hierarchy.
"rootGroupId"
List of the unique, unchangeable system generated identifiers (alphanumeric) for all the parent groups (starting from the root node) of this group, separated by full stops.
The list includes the identifier for this group.
"rootGroupId.groupID"
Array of unique, unchangeable system generated identifiers (alphanumeric) for the vehicles assigned to this group.
Wil be an empty array for a newly created group.
["vehicleID1", "vehicleID2"]Array of unique, unchangeable system generated identifiers (alphanumeric) for the drivers and web users assigned to this group.
Wil be an empty array for a newly created group.
["personID1", "personID2"]