The following endpoint is returning incorrect “updated” timestamps:
https://inventory.roblox.com/v2/assets/{asset_id}/owners?sortOrder=Asc&limit=100
Here’s an example:
https://inventory.roblox.com/v2/assets/128208025/owners?sortOrder=Asc&limit=100
As you can see in this screenshot, the “updated” timestamps are all from September of 2013, which is incorrect.
Expected behavior
The updated timestamps should reflect when each item copy last changed owners, that’s how it has always behaved previously. This is causing a rather significant issue for our platform as it is corrupting our item ownership records.