v4

latestOpenAPI 3.1.02026-07-3196251302.5 KB
badge

Tag a badge

post/v1/badge.tagBadge

Request body

$schemastring uri

A URL to the JSON Schema for this object.

badgeIdstring required

The badge id

Example request

{
  "$schema": "https://api.steamsets.com/schemas/V1BadgeTagBadgeRequestBody.json",
  "badgeId": "bdg_123",
  "colors": [
    {
      "id": "bdg_col_2r2pqaIpB1zllfZIvUE3OWadIOS",
      "remove": true
    }
  ],
  "designs": [
    {
      "id": "bdg_des_2r3yFWjSJzH89FKbYgpkJxF24ZL",
      "name": "cat",
      "remove": true
    }
  ],
  "metadata": [
    {
      "id": "bdg_des_2r3yFWjSJzH89FKbYgpkJxF24ZL",
      "name": "cat",
      "remove": true
    }
  ]
}

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

Example response

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