v4

latestOpenAPI 3.1.02026-07-3196251302.5 KB
badge

Submit a badge tag review

post/v1/badge.submitTagReview

Request body

$schemastring uri

A URL to the JSON Schema for this object.

badgeIdstring required
colorsstring[] nullable

Final color tag IDs.

skipboolean
skipReasonstring

Example request

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

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

reviewVersionstring required

Opaque optimistic-concurrency token for this review state. Pass it as expectedReviewVersion to revise.

skippedboolean required

Example response

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