import { V1UpdateSettingsRequestBody } from "@steamsets/client-ts/models/components";
let value: V1UpdateSettingsRequestBody = {
email: "[email protected]",
hidden: true,
language: "en",
vanity: "flo",
};
Field | Type | Required | Description | Example |
---|---|---|---|---|
email |
string | ➖ | The email the account should use, only if the account is private | [email protected] |
hidden |
boolean | ✔️ | Whether the account should be hidden in the leaderboards, only possible if the account is private | true |
language |
string | ✔️ | The language the account should use, only if the account is private | en |
vanity |
string | ✔️ | The vanity the account should use | flo |