v4

latestOpenAPI 3.1.02026-07-3196251302.5 KB
account

Update OAuth connection

post/v1/account.updateConnection

Request body

$schemastring uri

A URL to the JSON Schema for this object.

connectionIdstring required

The connection id to update

hiddenboolean required

Whether the connection should be hidden or not

Example request

{
  "$schema": "https://api.steamsets.com/schemas/V1AccountUpdateConnectionRequestBody.json",
  "connectionId": "123456",
  "hidden": true
}

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

Example response

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