PUT
/
auth
/
display-mode
Update preferred display name mode
curl --request PUT \
  --url https://v2.stopbars.com/auth/display-mode \
  --header 'Content-Type: application/json' \
  --header 'X-Vatsim-Token: <api-key>' \
  --data '{
  "mode": 0
}'

Authorizations

X-Vatsim-Token
string
header
required

VATSIM authentication token obtained via OAuth callback.

Body

application/json
mode
enum<integer>
required

0=First,1=First LastInitial,2=CID

Available options:
0,
1,
2

Response

200

Updated