Skip to content

Commit

Permalink
Update content/en-us/projects/assets/api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnisRBX authored Oct 29, 2024
1 parent 60288df commit 56f2533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en-us/projects/assets/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 56f2533

Please sign in to comment.