diff --git a/content/en-us/projects/assets/api.md b/content/en-us/projects/assets/api.md index 92d517773..95010f9c9 100644 --- a/content/en-us/projects/assets/api.md +++ b/content/en-us/projects/assets/api.md @@ -178,7 +178,7 @@ This is a sample response from the endpoint: } ``` -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: ```bash GET https://apis.roblox.com/toolbox-service/v1/items/details?assetIds={assetId1}%2C{assetId2}