curl --location --request PUT 'https://api.stateset.com/v1/bill_of_materials_line_item' \ --header 'Content-Type: application/json' \ --header 'Authorization: Token <token>' \ --data-raw '{ "user_group_id": "example_1", "name": "Example 1", "mapping": {"40": "213", "134": "386"}, "properties": {"filterValue": "value"} }'
{ "data": { "update_bill_of_material_line_items": { "returning": [ { "id": "bomi_ODkRWQtx9NVsRX" } ] } } }
This endpoint updates an existing bill of materials line item.