Update an existing item from a list.Ask AIput https://api.hibob.com/v1/company/named-lists/{listName}/{itemId}Path ParamslistNamestringrequiredThe internal name of the list.itemIdstringrequiredThe ID of the list item.Body ParamsYou need to provide at least one of: name or parentId. Providing a name will rename the list item value. Providing the parent ID will move the hierarchy list item (together with its children) under the indicated parent node.namestringName of the item.parentIdintegerID of the new hierarchy parent node.Responses 200List item was updated successfully. 404If the list or item was not found.Updated 9 months ago