Variable postBirthdateConst

postBirthdate: EndpointGeneric<{}, {}, {
    birthDay: number;
    birthMonth: number;
    birthYear: number;
    password: string;
}> = ...

POST https://users.roblox.com/v1/birthdate

Update the user's birthdate

The Roblox.Users.Api.BirthdateRequest