The documented 200 response object lacks a property returned by the API.
Sending the following request returns a response with a published property which is undocumented.
curl -L 'https://apis.roblox.com/assets/v1/assets/99626477363181/versions/1'
-H "x-api-key: $KEY"
Response:
{
"path": "assets/99626477363181/versions/1",
"createTime": "2025-07-11T13:07:18.642031400Z",
"creationContext": {
"creator": {
"userId": "8883805257"
}
},
"moderationResult": {
"moderationState": "Approved"
},
"published": true
}
What is the published property supposed to indicate? In case it’s meant to indicate whether an asset was published to the creator marketplace, the value is incorrect because that asset was never published.