We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60288df commit 56f2533Copy full SHA for 56f2533
content/en-us/projects/assets/api.md
@@ -178,7 +178,7 @@ This is a sample response from the endpoint:
178
}
179
```
180
181
-To get back the asset metadata, you would go over the data array and extract the ids, call the GetItemDetails endpoint on toolbox-service like this:
+To get back the asset metadata, you can go over the data array and extract the IDs with the `GetItemDetails` endpoint on `toolbox-service` like this:
182
183
```bash
184
GET https://apis.roblox.com/toolbox-service/v1/items/details?assetIds={assetId1}%2C{assetId2}
0 commit comments