Item Properties
Update More Items
Updates (some) property values of all the items that pass the filter.
Example: Setting all the items that are older than a week as unavailable
{
"filter": "'releaseDate' < now() - 7*24*3600",
"changes": {"available": false}
}
post/{databaseId}/more-items/
Path parameters
databaseIdstring required
ID of your database.
Request body
Response
Successful operation. Returns IDs of updated items and their count.
Changes
No recorded changes to this endpoint across all 1 revision of this API.