UnitGroup
Replace a unit group
Use this call to modify a unit group.<br>You must have at least one of these scopes: 'unitgroups.manage, setup.manage'.
put/inventory/v1/unit-groups/{id}
Path parameters
idstring required
The id of the unit group.
Request body
Example request
{
"name": {
"en": "Double Room",
"de": "Doppelzimmer"
},
"description": {
"en": "This is a nice room with as kingsize bed and flat screen",
"de": "Dies ist ein schönes Zimmer mit Kingsize-Bett und Flachbildschirm"
},
"maxPersons": 4,
"rank": 2
}Response
Replace of the unit group was successful.
Changes
No recorded changes to this endpoint across all 1 revision of this API.