cURL
curl --request POST \ --url https://api.steamsets.com/v1/admin.updateResources \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "resources": [ { "resource": "animated_avatar", "value": "<string>" } ], "id": { "accountId": 1, "steamId64": "<string>" }, "vanity": { "type": "steam", "value": "<string>" } } '
{ "$schema": "<string>", "detail": "<string>", "errors": [ { "location": "<string>", "message": "<string>", "value": "<unknown>" } ], "instance": "<string>", "status": 123, "title": "<string>", "type": "about:blank" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The resources to add for this account
Show child attributes
No Content