The game_join_restriction field must be updated atomically; field masks
that index into game_join_restriction (such as
"game_join_restriction.active") are not supported.
idempotencyKey.key The unique key to use for idempotency.
idempotencyKey.firstSent The timestamp at which the first request was sent.
If this is further in the past than the lifetime of the idempotency key
(which may exceed the annotated minimum lifetime), the server must
return an error.
Update the user restriction.
PATCH https://apis.roblox.com/cloud/cloud/v2/universes/:universe_id/user-restrictions/:user_restriction_id Update User Restriction body universe_id The universe ID. user_restriction_id The user-restriction ID. updateMask The list of fields to update.
The
game_join_restriction
field must be updated atomically; field masks that index intogame_join_restriction
(such as"game_join_restriction.active"
) are not supported. idempotencyKey.key The unique key to use for idempotency. idempotencyKey.firstSent The timestamp at which the first request was sent.If this is further in the past than the lifetime of the idempotency key (which may exceed the annotated minimum lifetime), the server must return an error. Update the user restriction.