v4

latestOpenAPI 3.1.02026-07-3196251302.5 KB
badge

Revise a completed badge tag review

post/v1/badge.reviseTagReview

Request body

$schemastring uri

A URL to the JSON Schema for this object.

badgeIdstring required
colorsstring[] nullable

Complete desired color tag IDs. An empty array removes every color.

expectedReviewVersionstring required

The reviewVersion returned by the review being corrected. A stale token is rejected with 409.

Example request

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

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

reviewVersionstring required

Opaque optimistic-concurrency token for the corrected review state. Pass it to make another correction.

skippedboolean required

Example response

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