Variable patchAccountPinConst

patchAccountPin: EndpointGeneric<{}, {
    success: boolean;
}, {
    pin: string;
    reauthenticationToken: string;
}> = ...

PATCH https://auth.roblox.com/v1/account/pin

Request made to update the account pin on the account.

The request body.