Issue Description
The documentation on this page is a bit of a mess. The headers for each API aren’t listed clearly. The way you put your API key is not mentioned anywhere and I had to cross reference several pages of the documentation to find out what I was supposed to be doing.
Aside from this there is an incorrect URL on this page.
This is not true.
The root URL is actually https://apis.roblox.com/datastores/v1/universes
as shown in the sample request under each request.
I spent about 20 minutes trying to figure out why https://apis.roblox.com/datastores-api/{id}
was returning a 404 when actually I was supposed to be calling https://apis.roblox.com/datastores/v1/universes/{id}
Additionally the documentation on this page is generally poor. The sample curl request has loads of commented out code (I assume a formatting error? Inexperienced users wont understand) and many of the headers listed in it are not mentioned in the actual docs. For example I don’t actually know where I’m supposed to put the “data” param because it’s obscured in the example curl and not actually listed in the API reference! (it’s all the way at the bottom of this screenshot)
Issue Area: Documentation Content
Page URL: Data Stores | Roblox Creator Documentation