Hello, I’ve found a recent issue with one of the develop api’s. When sending a GET request to the following endpoint below, with a invalid limit (such as 70) it will return 10, 25, 50, 100
(also shown below). Attempting to get 100 saved versions from the endpoint, it simply returns a 500 status code (Internal Server Error) unlike all the other amounts.
URL: https://develop.roblox.com/v1/assets/PLACE_ID/saved-versions?limit=100
Sending the limit as 70 (?limit=70
) returns this json {"errors":[{"code":0,"message":"Allowed values: 10, 25, 50, 100","field":"limit"}]}
.
The 100 option used to be on the Creator Hub but was randomly removed sometime last year ('23). If the 100 amount is no longer supported, the api should not return that 100 is allowed.
This is the Creator Hub page that used to support it: https://create.roblox.com/dashboard/creations/experiences/UNIVERSE_ID/places/PLACE_ID/version-history