Updating an item
Companies can update their existing items by submitting a PATCH request to the Loop API.
The itemId
is used as the unique identifier so it must be supplied correctly in order to update a specific item. Fields that are read only and cannot be updated via the API are: id
, createdAt
, updatedAt.
You can use the GET endpoint to get the item's details, copy/paste the response into the body of the PATCH and change the values you want to update.
Last updated