cURL
curl --request POST \ --url https://api.steamsets.com/v1/account.updateImages \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "images": [ { "active": true, "imageId": "<string>" } ] } '
{ "$schema": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The images to update
Show child attributes
Whether the image is active or not, only one of each type can be active
The image id to update
OK
A URL to the JSON Schema for this object.