-
Type:
Problem report
-
Resolution: Unresolved
-
Priority:
Trivial
-
None
-
Affects Version/s: 3.0.24, 4.0.2, 4.2.0alpha2
-
Component/s: API (A)
Steps to reproduce:
- Use a frontend to create templated host prototype;
- Observe that frontend doesn't allow to update inventory mode once;
- Use API client to update inventory mode:
{ "hostid": "10110", "inventory": { "inventory_mode": 0 } }
Result:
Changes are made successfully.