Variable patchUsersUseridDisplayNamesConst

patchUsersUseridDisplayNames: EndpointGeneric<{
    userId: number;
}, {}, {
    newDisplayName: string;
}> = ...

PATCH https://users.roblox.com/v1/users/:userId/display-names

Set the display name for the authorized user.

Roblox.Users.Api.SetDisplayNameRequest

the user id