cURL
curl --request POST \ --url https://api.steamsets.com/v1/account.updateConnection \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "connectionId": "<string>", "hidden": true } '
{ "$schema": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The connection id to update
Whether the connection should be hidden or not
OK
A URL to the JSON Schema for this object.