v4

latestOpenAPI 3.1.02026-07-3196251302.5 KB
account

Bookmark or unbookmark a badge

post/v1/account.bookmarkBadge

Request body

$schemastring uri

A URL to the JSON Schema for this object.

badgeIdstring required

The badge id

bookmarkboolean required

Whether to bookmark or unbookmark the badge

Example request

{
  "$schema": "https://api.steamsets.com/schemas/V1AccountBookmarkBadgeRequestBody.json",
  "badgeId": "bdg_123",
  "bookmark": true
}

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

Example response

{
  "$schema": "https://api.steamsets.com/schemas/V1AccountBookmarkBadgeResponseBody.json"
}
All 96 operations