rozod
    Preparing search index...

    Variable patchCloudV2UniversesUniverseIdUserRestrictionsUserRestrictionIdConst Api Param Description

    patchCloudV2UniversesUniverseIdUserRestrictionsUserRestrictionId: EndpointGeneric<
        {
            "idempotencyKey.firstSent"?: string;
            "idempotencyKey.key"?: string;
            universe_id: string;
            updateMask?: string;
            user_restriction_id: string;
        },
        {
            gameJoinRestriction: {
                active: boolean;
                displayReason: string;
                duration: string;
                excludeAltAccounts: boolean;
                inherited: boolean;
                privateReason: string;
                startTime: string;
            };
            path: string;
            updateTime: string;
            user: string;
        },
        {
            gameJoinRestriction: {
                active: boolean;
                displayReason: string;
                duration: string;
                excludeAltAccounts: boolean;
                inherited: boolean;
                privateReason: string;
                startTime: string;
            };
            path: string;
            updateTime: string;
            user: string;
        },
    > = ...

    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 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.