Update an existing item from a list.Copy Pageput https://api.hibob.com/v1/company/named-lists/{listName}/{itemId}Path ParamslistNamestringrequireditemIdstringrequiredBody 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.namestringparentIdintegerResponses 200List item was updated successfully. 404If the list or item was not found.Updated 26 days ago