Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 3.23 KB

v1updatesettingsrequestbody.md

File metadata and controls

23 lines (18 loc) · 3.23 KB

V1UpdateSettingsRequestBody

Example Usage

import { V1UpdateSettingsRequestBody } from "@steamsets/client-ts/models/components";

let value: V1UpdateSettingsRequestBody = {
  email: "[email protected]",
  hidden: true,
  language: "en",
  vanity: "flo",
};

Fields

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