v4

OpenAPI 3.1.02026-07-3196251302.5 KB
admin

Set or remove a tier role override for an account

post/v1/admin.updateRoleOverride

Request body

$schemastring uri

A URL to the JSON Schema for this object.

reasonstring

Reason for the override (e.g. PayPal donation, crypto donation)

tier'tier_1' | 'tier_2' | 'tier_3' | 'tier_mythic' | ''

The tier to set (tier_1, tier_2, tier_3, tier_mythic). Empty to remove override.

Example request

{
  "$schema": "https://api.steamsets.com/schemas/V1AdminUpdateRoleOverrideRequestBody.json"
}

Response

No Content