[POST] Change Settings

Modify any visually exposed account setting

Note that this endpoint cannot be used to generate new API keys, modify API plans, or preform destructive actions. These actions can only occur in the visual interface.

Parameter
Description
Accepted arguments

Setting

Name of setting being modified

"bio", "educationMode", "darkMode", "profileVisibility", "leaderboardVisibility", "currency"

Value

New value of setting

See below chart

Arguments for value query
Description
Accepted arguments

bio

User description

Any string of characters equal to or below 410 characters

educationMode

Whether the account is in education mode or not

"on", "off"

darkMode

Dark or light mode setting of the visual interface

"true", "false"

profileVisibility

Public visibility of profile

"public", "private", "invisible"

leaderboardVisibility

Visibility of leaderboards

"auto", "nonames", "off"

currency

Currency displayed in the visual interface. Note that this does not modify the currency returned by the API or the currency of orders

"gbp", "usd", "eur"

Example request:

GET https://stradr.com/api/changeSettings?setting=profileVisibility&value=invisible

Last updated