v4

latestOpenAPI 3.1.02026-07-3196251302.5 KB
account

Update account settings

post/v1/account.updateSettings

Headers

X-Forwarded-Forstring

Request body

$schemastring uri

A URL to the JSON Schema for this object.

countryOverridestring nullable

The country name to override the Steam country with, null to clear

emailstring nullable

The email the account should use, only if the account is private

hiddenboolean required

Whether the account should be hidden in the leaderboards, only possible if the account is private

languagestring required

The language the account should use, only if the account is private

vanitystring nullable required

The vanity the account should use

Example request

{
  "$schema": "https://api.steamsets.com/schemas/V1AccountUpdateSettingsRequestBody.json",
  "email": "steamsets@example.com",
  "hidden": true,
  "language": "en",
  "vanity": "flo"
}

Response

No Content