bulk_update_game_passes
Update multiple game passes in a single API call, each with individual fields, rather than sending separate requests. Failed items do not block others, with automatic rate limiting at 5 writes per second.
Instructions
Update many game passes in one call. Use this instead of calling update_game_pass repeatedly. Each entry targets one by ID and changes only the fields you provide. Items are updated sequentially with automatic rate limiting (5 writes/second). Returns a summary plus a per-item result; one failing item does not stop the rest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updates | Yes | The game pass updates to apply. | |
| universeId | Yes | The Roblox universe (game) ID. |