---
title: "Submit a badge tag review"
method: POST
path: "/v1/badge.submitTagReview"
tags: ["badge"]
---

# Submit a badge tag review

`POST /v1/badge.submitTagReview`

## Request body

- BadgeSubmitTagReviewRequestBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `badgeId` string, required
  - `colors` string[], nullable — Final color tag IDs.
  - `designs` BadgeSubmitTagReviewDesign[], nullable — Final designs, selected by ID or created by name.
    - `id` string
    - `name` string
  - `metadata` BadgeSubmitTagReviewDesign[], nullable — Final non-visual metadata, selected by ID or created by name.
    - `id` string
    - `name` string
  - `skip` boolean
  - `skipReason` string

## Response `200`

OK

- BadgeSubmitTagReviewResponseBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `colors` BadgeSubmitTagReviewTag[], nullable, required
    - `id` string, required
    - `name` string, required
  - `designs` BadgeSubmitTagReviewTag[], nullable, required
    - `id` string, required
    - `name` string, required
  - `metadata` BadgeSubmitTagReviewTag[], nullable, required
    - `id` string, required
    - `name` string, required
  - `reviewVersion` string, required — Opaque optimistic-concurrency token for this review state. Pass it as expectedReviewVersion to revise.
  - `skipped` boolean, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `409` — Conflict
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.dev/steamsets/apis/steamsets-api.md) · [All operations](https://skmtc.dev/steamsets/apis/steamsets-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/steamsets/steamsets-api/revisions/9930915a1df9/schema)
