SteamSets
ApiAdmin

Update resources

POST
/admin.v1.AdminService/UpdateResources
/admin.v1.AdminService/UpdateResources

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

In: header

Request Body

application/jsonRequired

idobject

newResources
Required
arraynull

The resources to add for this account

resource
Required
arraynull

vanityobject

curl -X POST "https://api.steamsets.com/admin.v1.AdminService/UpdateResources" \
  -H "Authorization: Bearer <token>" \
  -H "Content-Type: application/json" \
  -d '{
    "id": {
      "accountId": 0,
      "steamId64": "stringstringstrin"
    },
    "newResources": [
      {
        "resource": "animated_avatar",
        "value": "1"
      }
    ],
    "resource": [
      "animated_avatar"
    ],
    "vanity": {
      "type": "steam",
      "value": "string"
    }
  }'

No Content